niksos/modules/other/default.nix

9 lines
141 B
Nix

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