nichts/modules/other/module.nix

9 lines
109 B
Nix

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