This commit is contained in:
Filippo Berto 2025-01-04 12:01:59 +01:00
parent 86c8734c27
commit b2a8045b2f
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 76 additions and 9 deletions

View file

@ -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"