This commit is contained in:
Daniel Ziltener 2024-09-10 16:54:07 +02:00
parent c0251f74b3
commit 767d9b6185
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -108,6 +108,7 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
CHICKEN_INSTALL_PREFIX = "/home/zilti/.local"; CHICKEN_INSTALL_PREFIX = "/home/zilti/.local";
RTC_USE_PIPEWIRE = "true"; RTC_USE_PIPEWIRE = "true";
XCURSOR_SIZE = 48; XCURSOR_SIZE = 48;
HYPRCURSOR_SIZE = 48;
BW_SESSION = (builtins.readFile "${config.home.homeDirectory}/.vw-session-key"); BW_SESSION = (builtins.readFile "${config.home.homeDirectory}/.vw-session-key");
QT_QPA_PLATFORM = "wayland"; QT_QPA_PLATFORM = "wayland";
}; };