From 3d5d034f86dd5ef9ad34a4a59d21008e109da7e0 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 11 Aug 2025 19:30:55 +0000 Subject: [PATCH] up --- profiles/base/packages.nix | 3 ++- profiles/nixos/packages.nix | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 +]