nix-conf/user/default.nix

12 lines
100 B
Nix
Raw Normal View History

2024-10-18 15:11:33 -04:00
{ ... }:
{
imports = [
./bin
./home.nix
./share
./theme.nix
./xdg.nix
];
}