hyprlock
This commit is contained in:
parent
86c8734c27
commit
b2a8045b2f
5 changed files with 76 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ nixosConfig, lib, pkgs, ... }:
|
||||
{ nixosConfig, config, lib, pkgs, ... }:
|
||||
with nixosConfig.nix-rice.lib;
|
||||
let
|
||||
strPalette = palette.toRgbaShortHex nixosConfig.nix-rice.rice.colorPalette;
|
||||
|
|
@ -11,6 +11,7 @@ in
|
|||
./nemo.nix
|
||||
./waybar.nix
|
||||
# ./dunst.nix
|
||||
./hyprlock.nix
|
||||
./swayidle.nix
|
||||
./swaynotificationcenter.nix
|
||||
./wl_update_background.nix
|
||||
|
|
@ -168,7 +169,7 @@ in
|
|||
|
||||
"SUPER, RETURN, exec, kitty"
|
||||
"SUPER, W, killactive,"
|
||||
"SUPER, M, exec, wl-lockscreen"
|
||||
"SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock"
|
||||
"SUPER_ALT_L, Q, exit,"
|
||||
"SUPER, E, exec, nautilus"
|
||||
"SUPER, L, exec, logseq"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue