Files
cnix/system/default.nix

12 lines
108 B
Nix

let
shared = [
./etc
./nix
./modules
];
desktop = [
];
in {
inherit shared desktop;
}