nichts/modules/other/module.nix

9 lines
87 B
Nix
Raw Normal View History

2024-10-27 10:47:44 +01:00
_: {
imports = [
./system.nix
2024-11-19 14:20:00 +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
];
}