Compare commits

...

2 Commits

Author SHA1 Message Date
42bc75e440
hyprland: use unstable
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m5s
2025-04-26 07:42:39 +01:00
5e77f0ff17
hyprland: fix typo in env var 2025-04-26 07:37:26 +01:00

View File

@ -23,7 +23,7 @@ let
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
QT_QPA_PLATFORM = "wayland"; QT_QPA_PLATFORM = "wayland";
SDL_VIDEODRIVE = "wayland"; SDL_VIDEODRIVER = "wayland";
XDG_SESSION_TYPE = "wayland"; XDG_SESSION_TYPE = "wayland";
} }
// ( // (
@ -62,6 +62,7 @@ in
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = pkgs.unstable.hyprland;
# plugins = [ hypr-dynamic-cursors ]; # https://github.com/VirtCode/hypr-dynamic-cursors # plugins = [ hypr-dynamic-cursors ]; # https://github.com/VirtCode/hypr-dynamic-cursors
settings = { settings = {
general = { general = {