hyprland: add flameshot and unclutter
This commit is contained in:
parent
99cb1d8f66
commit
f031102ab9
@ -20,6 +20,7 @@ in
|
|||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# plugins = [ hypr-dynamic-cursors ]; # https://github.com/VirtCode/hypr-dynamic-cursors
|
||||||
settings = {
|
settings = {
|
||||||
env =
|
env =
|
||||||
optionals (elem "nvidia" osConfig.services.xserver.videoDrivers) [
|
optionals (elem "nvidia" osConfig.services.xserver.videoDrivers) [
|
||||||
@ -207,5 +208,10 @@ in
|
|||||||
wl-clipboard
|
wl-clipboard
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services = {
|
||||||
|
flameshot.enable = true;
|
||||||
|
unclutter.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
|
services.gpg-agent.pinentryPackage = pkgs.pinentry-gnome3;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user