Fix fish issue
This commit is contained in:
parent
a52e147e5e
commit
b32b1382a0
|
@ -2,7 +2,6 @@
|
|||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
nvidiaGPU,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
|
@ -34,7 +33,7 @@ in
|
|||
|
||||
shellInit = ''
|
||||
set -g theme_color_scheme nord
|
||||
${swayLauncScript}
|
||||
${swayLaunchScript}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue