hyprland: add flameshot and unclutter

This commit is contained in:
Jordan Holt 2025-04-14 19:51:22 +01:00
parent 980d2492bc
commit 2113daad1b
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -20,6 +20,7 @@ in
wayland.windowManager.hyprland = {
enable = true;
# plugins = [ hypr-dynamic-cursors ]; # https://github.com/VirtCode/hypr-dynamic-cursors
settings = {
env =
optionals (elem "nvidia" osConfig.services.xserver.videoDrivers) [
@ -207,5 +208,10 @@ in
wl-clipboard
];
services = {
flameshot.enable = true;
unclutter.enable = true;
};
services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
}