chore(fuji-wsl): remove useless fish init
This commit is contained in:
parent
be8b283139
commit
ec679c6dfe
1 changed files with 0 additions and 6 deletions
|
@ -12,12 +12,6 @@
|
||||||
|
|
||||||
environment.sessionVariables.LD_LIBRARY_PATH = [ "/run/opengl-driver/lib" ];
|
environment.sessionVariables.LD_LIBRARY_PATH = [ "/run/opengl-driver/lib" ];
|
||||||
|
|
||||||
hm.programs.fish.interactiveShellInit = lib.mkAfter ''
|
|
||||||
if test -f ~/.ssh/id_ed25519
|
|
||||||
ssh-add -l | grep -q (ssh-keygen -lf ~/.ssh/id_ed25519) || ssh-add ~/.ssh/id_ed25519
|
|
||||||
end
|
|
||||||
'';
|
|
||||||
|
|
||||||
wsl = {
|
wsl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultUser = "leo";
|
defaultUser = "leo";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue