nixfiles/system/common/default.nix

11 lines
105 B
Nix

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