Compare commits
No commits in common. "42bc75e4405f4c020401cf127cb38a2403806736" and "2f2f6c96b1949146e01824f4fab1b868f168a1b4" have entirely different histories.
42bc75e440
...
2f2f6c96b1
@ -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_VIDEODRIVER = "wayland";
|
SDL_VIDEODRIVE = "wayland";
|
||||||
XDG_SESSION_TYPE = "wayland";
|
XDG_SESSION_TYPE = "wayland";
|
||||||
}
|
}
|
||||||
// (
|
// (
|
||||||
@ -62,7 +62,6 @@ 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