nix-conf/user/default.nix

11 lines
110 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
./share
./theme.nix
./xdg.nix
];
}