From 13b7bf9b47a5644c5bb9b555fcbaa9eb0654a5e3 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sat, 21 Sep 2024 21:44:38 +0200 Subject: [PATCH] feat: hyprland wofi-pass --- hosts/default/configuration.nix | 2 ++ modules/home-manager/hyprland.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 43809aa..994dd6c 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -116,6 +116,7 @@ pavucontrol wl-clipboard wofi + wofi-pass waybar banana-cursor gh @@ -133,6 +134,7 @@ libgcc spotify pass + rustup gnupg nextcloud-client blueman diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 34274a6..d265030 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -22,6 +22,7 @@ "$mod, return, exec, alacritty" "$mod,E,exec,nautilus" "$mod,D,exec,killall -q wofi; wofi --show drun -I" + "$mod, P,exec,wofi-pass -c" "SUPERSHIFT,R,exec,hyprctl reload" "$mod,space,togglefloating," "ALTSHIFT, L, exec, swaylock"