nichts/modules/other/module.nix

10 lines
114 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
2024-11-05 23:30:23 +01:00
# ./xdg.nix
2024-10-27 10:47:44 +01:00
./git.nix
2024-10-28 21:52:16 +01:00
./users.nix
2024-10-27 10:47:44 +01:00
];
}