Changed Configurations to use the assets repo instead of paths in main repo
This commit is contained in:
@ -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];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user