From 0b6f76a12002426c5fef7e13344b402fba03084c Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 4 Oct 2025 11:00:44 -0600 Subject: [PATCH] removed wayland env variable that crashes cursor --- config/base.nix | 4 ---- hosts/workstation/configuration.nix | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/config/base.nix b/config/base.nix index 1af3dc4..827007c 100644 --- a/config/base.nix +++ b/config/base.nix @@ -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 = { diff --git a/hosts/workstation/configuration.nix b/hosts/workstation/configuration.nix index d59ac78..acd5b77 100644 --- a/hosts/workstation/configuration.nix +++ b/hosts/workstation/configuration.nix @@ -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;