From 767d9b61858f5bc19615b6b01422e3353fee306a Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 10 Sep 2024 16:54:07 +0200 Subject: [PATCH] . --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 6ce80d7..dd8f08b 100644 --- a/home.nix +++ b/home.nix @@ -108,6 +108,7 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: CHICKEN_INSTALL_PREFIX = "/home/zilti/.local"; RTC_USE_PIPEWIRE = "true"; XCURSOR_SIZE = 48; + HYPRCURSOR_SIZE = 48; BW_SESSION = (builtins.readFile "${config.home.homeDirectory}/.vw-session-key"); QT_QPA_PLATFORM = "wayland"; };