niksos/modules/other/default.nix

9 lines
144 B
Nix

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