This commit is contained in:
2025-08-11 19:30:55 +00:00
parent 64e832d6b2
commit 3d5d034f86
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
with pkgs; [ with pkgs; [
age age
age-plugin-yubikey age-plugin-yubikey
htop
alejandra alejandra
claude-code claude-code
delta delta
@@ -12,6 +11,7 @@ with pkgs; [
gh gh
git git
gnupg gnupg
htop
iosevka iosevka
jq jq
killall killall
@@ -26,6 +26,7 @@ with pkgs; [
ripgrep ripgrep
sqlite sqlite
tree tree
tree-sitter
unrar unrar
unzip unzip
vivid vivid

View File

@@ -1,2 +1,4 @@
{pkgs}: {pkgs}:
with pkgs; [] with pkgs; [
gcc15
]