nixfiles/system/common/default.nix

11 lines
106 B
Nix

{...}:
{
imports = [
./me.nix
./remote.nix
./wm.nix
./nix.nix
./bootnext.nix
];
}