Removed cookiez-assets from top level imports, it is now imported via inputs.cookiez-assets
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
version,
|
||||
system,
|
||||
pam-fprint-grosshack-pkg,
|
||||
cookiez-assets,
|
||||
...
|
||||
}: {
|
||||
#Assign Swap to the PC
|
||||
@ -111,7 +110,7 @@
|
||||
useUserPackages = true;
|
||||
users.${username} = ./home.nix;
|
||||
backupFileExtension = "backup"; # Automatically backs up conflicting files during activation
|
||||
extraSpecialArgs = {inherit inputs username project version system host cookiez-assets;};
|
||||
extraSpecialArgs = {inherit inputs username project version system host;};
|
||||
sharedModules = [inputs.plasma-manager.homeModules.plasma-manager];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user