Use quickshell for background
This commit is contained in:
parent
b6bff47ed1
commit
6d493c43b9
10 changed files with 125 additions and 118 deletions
|
|
@ -1,12 +1,13 @@
|
|||
{ inputs, pkgs, lib, system, impurity, ... }: let
|
||||
inherit (inputs) quickshell;
|
||||
in {
|
||||
home.packages = [
|
||||
home.packages = with pkgs; [
|
||||
quickshell.packages.${system}.default
|
||||
pamtester # lockscreen
|
||||
];
|
||||
|
||||
xdg.configFile."quickshell/manifest.conf".text = lib.generators.toKeyValue {} {
|
||||
background = impurity.link ./background;
|
||||
lockscreen = impurity.link ./lockscreen;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue