From ea5c2c621e9f9eae981ca2ddaa14283f56b328af Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Sat, 6 Apr 2024 22:25:09 +0200 Subject: [PATCH] Add true command to launch sway to fish --- modules/workstation/home-manager/fish.nix | 2 ++ 1 file changed, 2 insertions(+) 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 '';