another one :D

This commit is contained in:
cnst
2024-08-03 14:49:44 +02:00
parent e1f070d81a
commit ae9ee0cb35
98 changed files with 60 additions and 53 deletions

View File

@@ -16,16 +16,16 @@ let
cnix =
shared
++ [
./usr/bin/gaming.nix
./usr/bin/android
./usr/bin/gimp
./usr/bin/inkscape
./opt/gaming.nix
./opt/android
./opt/gimp
./opt/inkscape
./srv/blueman
];
toothpc =
shared
++ [
./usr/bin/gaming.nix
./opt/gaming.nix
];
in {
inherit shared adampad cnix toothpc;