Setup WSL Host

This commit is contained in:
2025-01-21 04:32:14 +00:00
commit c7bcd25914
8 changed files with 183 additions and 0 deletions

9
nix/users/luca/zsh.nix Normal file
View File

@@ -0,0 +1,9 @@
{
enable = true;
enableCompletion = true;
autosuggestion.enable = true;
envExtra = ''
. "$HOME/.rokit/env"
eval "$(oh-my-posh init zsh -c ~/.config/ohmyposh/zen.toml)"
'';
}