diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-23 00:41:34 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-23 00:41:34 -0400 |
| commit | 2844488b42a47a40cfa5d5b4fb307e2246fad8ab (patch) | |
| tree | 04f30fb1532d410ebefbe742ea2001302d644488 /home.nix | |
| parent | ghostty configuration (diff) | |
| download | nixos-2844488b42a47a40cfa5d5b4fb307e2246fad8ab.tar.gz nixos-2844488b42a47a40cfa5d5b4fb307e2246fad8ab.tar.bz2 nixos-2844488b42a47a40cfa5d5b4fb307e2246fad8ab.zip | |
zsh and oh-my-zsh configuration added
Diffstat (limited to '')
| -rw-r--r-- | home.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,7 @@ imports = [ ./sh.nix ./ghostty.nix + ./tmux.nix ./hyprland/hyprland.nix ./hyprpaper.nix ./hypridle.nix @@ -73,6 +74,12 @@ slurp swappy + zoxide + fzf + zsh-fzf-tab + zsh-powerlevel10k + tmux + # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of |
