Changed Configurations to use the assets repo instead of paths in main repo

This commit is contained in:
2026-04-14 11:06:44 +02:00
parent 7ed6185b1d
commit 1991a88884
8 changed files with 53 additions and 21 deletions

View File

@ -14,6 +14,7 @@
version,
system,
pam-fprint-grosshack-pkg,
cookiez-assets,
...
}: {
#Assign Swap to the PC
@ -99,7 +100,7 @@
useUserPackages = true;
users.${username} = ./home.nix;
backupFileExtension = "backup"; # Automatically backs up conflicting files during activation
extraSpecialArgs = {inherit inputs username project version system host;};
extraSpecialArgs = {inherit inputs username project version system host cookiez-assets;};
sharedModules = [inputs.plasma-manager.homeModules.plasma-manager];
};