implementing modules for system applications

This commit is contained in:
cnst
2024-08-18 13:49:05 +02:00
parent 38f68c3550
commit a4306380e3
101 changed files with 1105 additions and 452 deletions

View File

@@ -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;
}