diff --git a/profiles/base/packages.nix b/profiles/base/packages.nix index c536275..c8028d7 100644 --- a/profiles/base/packages.nix +++ b/profiles/base/packages.nix @@ -2,7 +2,6 @@ with pkgs; [ age age-plugin-yubikey - htop alejandra claude-code delta @@ -12,6 +11,7 @@ with pkgs; [ gh git gnupg + htop iosevka jq killall @@ -26,6 +26,7 @@ with pkgs; [ ripgrep sqlite tree + tree-sitter unrar unzip vivid diff --git a/profiles/nixos/packages.nix b/profiles/nixos/packages.nix index 8c148ed..4447c93 100644 --- a/profiles/nixos/packages.nix +++ b/profiles/nixos/packages.nix @@ -1,2 +1,4 @@ {pkgs}: -with pkgs; [] +with pkgs; [ + gcc15 +]