From ef703e5beb43344d15b3aa878391ac5990a7b367 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sat, 1 Feb 2025 20:05:48 +0100 Subject: [PATCH] add atuin and starship to home-manager --- hosts/genepi/home.nix | 4 ++++ 1 file changed, 4 insertions(+) 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.