flocon/home/common/default.nix

10 lines
103 B
Nix
Raw Normal View History

2024-09-24 13:09:36 +00:00
_: {
2024-08-25 19:58:12 +00:00
imports = [
./core.nix
./automount.nix
./mime.nix
2024-09-24 13:09:36 +00:00
./shell
2024-08-25 19:58:12 +00:00
./programs
];
}