quickshell fixes
This commit is contained in:
parent
04a5d0bbd6
commit
5158f3ff8f
10 changed files with 96 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue