Fix fish issue

This commit is contained in:
Victor Mignot 2024-08-01 22:47:39 +02:00
parent a52e147e5e
commit b32b1382a0
Signed by: dala
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -2,7 +2,6 @@
lib, lib,
pkgs, pkgs,
config, config,
nvidiaGPU,
... ...
}: }:
with lib; with lib;
@ -34,7 +33,7 @@ in
shellInit = '' shellInit = ''
set -g theme_color_scheme nord set -g theme_color_scheme nord
${swayLauncScript} ${swayLaunchScript}
''; '';
}; };
} }