diff --git a/modules/workstation/home-manager/fish.nix b/modules/workstation/home-manager/fish.nix index 85e0952..5faaea1 100644 --- a/modules/workstation/home-manager/fish.nix +++ b/modules/workstation/home-manager/fish.nix @@ -24,6 +24,8 @@ with lib; shellInit = '' set -g theme_color_scheme nord if [ -z $DISPLAY ] && [ "$(tty)" = /dev/tty1 ] + # To be used when Mesa 24.1 is out + # exec ${pkgs.sway}/bin/.sway-wrapped exec ${pkgs.sway}/bin/sway end '';