Add terminal spawning quickshell config

This commit is contained in:
outfoxxed 2024-03-20 01:48:56 -07:00
parent 6a824b8a58
commit 8364a3b9b9
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
9 changed files with 308 additions and 72 deletions

View file

@ -2,12 +2,13 @@
inherit (inputs) quickshell;
in {
home.packages = with pkgs; [
qt6.qtimageformats # amog
quickshell.packages.${system}.default
pamtester # lockscreen
];
xdg.configFile."quickshell/manifest.conf".text = lib.generators.toKeyValue {} {
background = impurity.link ./background;
shell = impurity.link ./shell;
lockscreen = impurity.link ./lockscreen;
};
}