Quickshell lockscreen
This commit is contained in:
parent
2de8a9e979
commit
d388842a87
6 changed files with 154 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ system, inputs, impurity, lib, config, pkgs, ... }: let
|
||||
inherit (inputs) hyprland hyprpaper hyprland-hy3;
|
||||
inherit (inputs) hyprland hyprpaper hyprland-hy3 quickshell;
|
||||
|
||||
# I blame home manager
|
||||
wrapper = pkgs.callPackage ({ ... }: pkgs.writeShellScriptBin "hyprland" ''
|
||||
|
@ -52,6 +52,10 @@ in {
|
|||
wrapper
|
||||
hyprpaper
|
||||
|
||||
pamtester # quickshell lockscreen
|
||||
quickshell.packages.${system}.default
|
||||
(writeShellScriptBin "quickshell-lock" "quickshell -c ${impurity.link ./lockscreen/shell.qml}")
|
||||
|
||||
# environment programs
|
||||
wl-clipboard
|
||||
grim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue