nichts/modules/other/module.nix

10 lines
112 B
Nix
Raw Normal View History

2024-10-27 10:47:44 +01:00
_: {
imports = [
# ./home-manager.nix
2024-10-27 10:47:44 +01:00
./system.nix
./xdg.nix
./git.nix
2024-10-28 21:52:16 +01:00
./users.nix
2024-10-27 10:47:44 +01:00
];
}