quickshell: init
This commit is contained in:
parent
107d67dea2
commit
b458408f12
3 changed files with 49 additions and 0 deletions
23
modules/style/quickshell/module.nix
Normal file
23
modules/style/quickshell/module.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
inputs',
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (inputs') quickshell;
|
||||
inherit (lib.generators) toKeyValue;
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
qt6.qtimageformats # amog
|
||||
qt6.qt5compat # shader fx
|
||||
quickshell.packages.default
|
||||
pamtester # lockscreen
|
||||
grim
|
||||
imagemagick # screenshot
|
||||
];
|
||||
|
||||
xdg.configFile."quickshell/manifest.conf".text = toKeyValue {} {
|
||||
shell = "${./shell}";
|
||||
lockscreen = "${./lockscreen}";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue