nix-conf/user/default.nix

13 lines
148 B
Nix
Raw Normal View History

2024-10-27 13:34:49 -04:00
{...}: {
2024-10-18 15:11:33 -04:00
imports = [
2024-11-29 01:48:44 -05:00
./autostart.nix
2024-10-18 15:11:33 -04:00
./bin
2024-10-30 18:29:00 -04:00
./config
2024-10-18 15:11:33 -04:00
./home.nix
2024-10-31 16:15:52 -04:00
./options.nix
2024-10-18 15:11:33 -04:00
./share
./theme.nix
./xdg.nix
];
}