diff --git a/configuration.nix b/configuration.nix index 0ceee90..9df8d2f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -99,6 +99,14 @@ configPackages = [ pkgs.xdg-desktop-portal-hyprland ]; }; + environment.sessionVariables = { + NIXOS_OZONE_WL = "1"; + XCURSOR_SIZE = "24"; + XCURSOR_THEME = "Yaru"; + QT_QPA_PLATFORMTHEME = "qt5ct"; + QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; + }; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [