niksos/modules/other/default.nix

8 lines
119 B
Nix

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