wsl: use ssh.exe
This commit is contained in:
parent
b807b9d00d
commit
53b426435c
2 changed files with 4 additions and 3 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
{
|
{
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
wsl.defaultUser = "duumxh";
|
wsl.defaultUser = "duumxh";
|
||||||
|
wsl.interop.register = true;
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Den Afanasyev";
|
userName = "Den Afanasyev";
|
||||||
userEmail = "ceo@furry.industries";
|
userEmail = "ceo@furry.industries";
|
||||||
|
extraConfig = { core.sshcommand = "ssh.exe"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zsh = {
|
zsh = {
|
||||||
|
|
@ -68,7 +69,7 @@
|
||||||
source ~/.p10k.zsh
|
source ~/.p10k.zsh
|
||||||
export TELEPORT_ADD_KEYS_TO_AGENT=no
|
export TELEPORT_ADD_KEYS_TO_AGENT=no
|
||||||
export K9S_SKIN="transparent"
|
export K9S_SKIN="transparent"
|
||||||
echo "Hey there raccoon! 🦝🍁"
|
echo "Hey there raccoon!"
|
||||||
'';
|
'';
|
||||||
#localVariables = {};
|
#localVariables = {};
|
||||||
|
|
||||||
|
|
@ -191,5 +192,4 @@
|
||||||
|
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue