nichts/modules/other/module.nix

9 lines
110 B
Nix

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