nix-conf/user/default.nix

12 lines
128 B
Nix

{...}: {
imports = [
./bin
./config
./home.nix
./options.nix
./share
./theme.nix
./xdg.nix
];
}