nix-conf/user/default.nix
2024-11-29 00:48:44 -06:00

13 lines
148 B
Nix

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