quickshell fixes

This commit is contained in:
vali 2024-08-09 11:54:07 +02:00
commit 82aee7b018
10 changed files with 96 additions and 29 deletions

View file

@ -3,6 +3,7 @@
lib,
inputs,
pkgs,
impurity,
...
}: let
inherit (inputs) quickshell;
@ -20,7 +21,8 @@ in {
pamtester
];
home-manager.users.${username}.xdg.configFile."quickshell/manifest.conf".text = toKeyValue {} {
bar = "${./bar}";
bar = "${impurity.link ./bar}";
# bar = "${./bar}";
};
};
}