add base programs in haze home-manager

This commit is contained in:
2025-02-10 23:24:40 +01:00
parent a47014b41a
commit c4f857b635
2 changed files with 13 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
home.packages = [
inputs.agenix.packages.x86_64-linux.default
pkgs.helix
pkgs.devenv
pkgs.direnv
pkgs.radicle-node
@@ -16,6 +18,14 @@
pkgs.nixfmt-rfc-style
];
programs.zsh.enable = true;
programs.starship.enable = true;
programs.atuin.enable = true;
programs.bat.enable = true;
programs.git.enable = true;
programs.alacritty.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.