removed wayland env variable that crashes cursor

This commit is contained in:
Danilo Reyes 2025-10-04 11:00:44 -06:00
parent 3598f12af4
commit 0b6f76a120
2 changed files with 1 additions and 6 deletions

View File

@ -145,11 +145,7 @@
XCOMPOSECACHE = "${XDG_CACHE_HOME}/X11/xcompose";
"_JAVA_OPTIONS" = "-Djava.util.prefs.userRoot=${XDG_CONFIG_HOME}/java";
ORG_DEVICE = "workstation";
# WAYLAND
WLR_NO_HARDWARE_CURSORS = 1;
NIXOS_OZONE_WL = 1;
PATH = [ "\${HOME}/.local/bin" ];
NH_USE_DOAS = 1;
};
};
programs = {

View File

@ -35,7 +35,7 @@ in
programs = {
vscode = {
enable = true;
package = pkgs.vscode;
package = pkgs.code-cursor-fhs;
};
ghostty = {
enable = true;
@ -87,7 +87,6 @@ in
bign-handheld-thumbnailer
gnome-epub-thumbnailer
podman-compose
code-cursor
scrcpy
;
inherit (pkgs.libheif) out;