nixfiles/system/common/default.nix

10 lines
91 B
Nix

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