quickshell fixes

This commit is contained in:
Charlie Root 2024-08-09 11:54:07 +02:00
commit 5158f3ff8f
10 changed files with 96 additions and 29 deletions

View file

@ -3,6 +3,7 @@
inputs,
lib,
self,
impurity,
...
}:
with lib; let
@ -20,7 +21,7 @@ in {
useUserPackages = true;
useGlobalPkgs = true;
backupFileExtension = "hm.old";
extraSpecialArgs = {inherit inputs self;};
extraSpecialArgs = {inherit inputs self impurity;};
users.${username} = {
programs = {
home-manager.enable = true;