hyprland: add flameshot and unclutter
This commit is contained in:
parent
99cb1d8f66
commit
f031102ab9
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user