nichts/modules/other/module.nix
2024-11-19 14:20:00 +01:00

8 lines
87 B
Nix

_: {
imports = [
./system.nix
./xdg.nix
./git.nix
./users.nix
];
}