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