diff --git a/hosts/genepi/home.nix b/hosts/genepi/home.nix index 5a91365..e9a9f4d 100644 --- a/hosts/genepi/home.nix +++ b/hosts/genepi/home.nix @@ -9,6 +9,10 @@ pkgs.eza ]; + programs.zsh.enable = true; + programs.starship.enable = true; + programs.atuin.enable = true; + # This value determines the Home Manager release that your configuration is # compatible with. This helps avoid breakage when a new Home Manager release # introduces backwards incompatible changes.