nichts/modules/other/module.nix

10 lines
109 B
Nix
Raw Normal View History

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