nix-conf/user/default.nix

12 lines
128 B
Nix
Raw Normal View History

2024-10-27 13:34:49 -04:00
{...}: {
2024-10-18 15:11:33 -04:00
imports = [
./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
];
}