diff --git a/modules/workstation/home-manager/desktop/sway.nix b/modules/workstation/home-manager/desktop/sway.nix index 66feef3..7da1575 100644 --- a/modules/workstation/home-manager/desktop/sway.nix +++ b/modules/workstation/home-manager/desktop/sway.nix @@ -235,6 +235,7 @@ in xwayland = false; extraSessionCommands = '' + ${wlrRendererLine} export WLR_NO_HARDWARE_CURSORS=1 export XDG_CURRENT_DESKTOP=sway export _JAVA_AWT_WM_NONREPARENTING=1 diff --git a/modules/workstation/home-manager/fish.nix b/modules/workstation/home-manager/fish.nix index 1b5fac0..905888e 100644 --- a/modules/workstation/home-manager/fish.nix +++ b/modules/workstation/home-manager/fish.nix @@ -5,9 +5,6 @@ nvidiaGPU, ... }: -let - unsupportedGPUFlag = if nvidiaGPU then "--unsupported-gpu" else ""; -in with lib; { options.enableFishShell = mkOption { type = types.bool; };