diff --git a/home/home.nix b/home/home.nix index 33b0c11..86b5910 100644 --- a/home/home.nix +++ b/home/home.nix @@ -4,6 +4,27 @@ home.username = "fossil"; home.homeDirectory = "/home/fossil"; + home.packages = with pkgs; [ + kitty + firefox + thunderbird + cmus + zellij + + zsh + zoxide + zsh-vi-mode + zsh-autopair + zsh-nix-shell + oh-my-zsh + zsh-completions + zsh-powerlevel10k + zsh-autocomplete + zsh-fast-syntax-highlighting + zsh-history-search-multi-word + nix-zsh-completions + ]; + home.stateVersion = "22.05"; programs.home-manager.enable = true;