Compare commits
2 Commits
2f2f6c96b1
...
42bc75e440
Author | SHA1 | Date | |
---|---|---|---|
42bc75e440 | |||
5e77f0ff17 |
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user