big restruct
This commit is contained in:
31
sys/default.nix
Normal file
31
sys/default.nix
Normal file
@@ -0,0 +1,31 @@
|
||||
let
|
||||
shared = [
|
||||
./nixos
|
||||
./etc
|
||||
./bin
|
||||
./srv
|
||||
];
|
||||
|
||||
adampad =
|
||||
shared
|
||||
++ [
|
||||
./bin/android
|
||||
./srv/blueman
|
||||
];
|
||||
cnix =
|
||||
shared
|
||||
++ [
|
||||
./bin/gaming.nix
|
||||
./bin/android
|
||||
./bin/gimp
|
||||
./bin/inkscape
|
||||
./srv/blueman
|
||||
];
|
||||
toothpc =
|
||||
shared
|
||||
++ [
|
||||
./bin/gaming.nix
|
||||
];
|
||||
in {
|
||||
inherit shared adampad cnix toothpc;
|
||||
}
|
||||
Reference in New Issue
Block a user