add atuin and starship to home-manager

This commit is contained in:
2025-02-01 20:05:48 +01:00
parent 45dd980acd
commit ef703e5beb

View File

@@ -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.