implementing modules for system applications
This commit is contained in:
@@ -1,35 +1,9 @@
|
||||
# yes, this is also yanked from, you guessed it, fufexan.
|
||||
let
|
||||
shared = [
|
||||
./bin
|
||||
./etc
|
||||
./nix
|
||||
./srv
|
||||
./usr/share
|
||||
./opt/microfetch
|
||||
./modules
|
||||
];
|
||||
|
||||
adampad =
|
||||
shared
|
||||
++ [
|
||||
./opt/android
|
||||
./srv/blueman
|
||||
];
|
||||
cnix =
|
||||
shared
|
||||
++ [
|
||||
./opt/gaming.nix
|
||||
./opt/android
|
||||
./opt/gimp
|
||||
./opt/inkscape
|
||||
./opt/sops
|
||||
./srv/blueman
|
||||
];
|
||||
toothpc =
|
||||
shared
|
||||
++ [
|
||||
./opt/gaming.nix
|
||||
];
|
||||
in {
|
||||
inherit shared adampad cnix toothpc;
|
||||
inherit shared;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user