diff --git a/wsl/configuration.nix b/wsl/configuration.nix index 0e7253d..809604b 100755 --- a/wsl/configuration.nix +++ b/wsl/configuration.nix @@ -10,6 +10,7 @@ { nix.settings.experimental-features = [ "nix-command" "flakes" ]; wsl.defaultUser = "duumxh"; + wsl.interop.register = true; programs.zsh.enable = true; diff --git a/wsl/home.nix b/wsl/home.nix index bd32346..e3f45f5 100755 --- a/wsl/home.nix +++ b/wsl/home.nix @@ -33,6 +33,7 @@ enable = true; userName = "Den Afanasyev"; userEmail = "ceo@furry.industries"; + extraConfig = { core.sshcommand = "ssh.exe"; }; }; zsh = { @@ -68,7 +69,7 @@ source ~/.p10k.zsh export TELEPORT_ADD_KEYS_TO_AGENT=no export K9S_SKIN="transparent" - echo "Hey there raccoon! 🦝🍁" + echo "Hey there raccoon!" ''; #localVariables = {}; @@ -190,6 +191,5 @@ }; home-manager.enable = true; - }; - + }; }