From f031102ab9d8724e3084539a003d4ecfe08c60c7 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 14 Apr 2025 19:51:22 +0100 Subject: [PATCH] hyprland: add flameshot and unclutter --- users/jordan/graphical/hyprland/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/users/jordan/graphical/hyprland/default.nix b/users/jordan/graphical/hyprland/default.nix index 5152c3b..3ea2de7 100644 --- a/users/jordan/graphical/hyprland/default.nix +++ b/users/jordan/graphical/hyprland/default.nix @@ -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; }