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; [
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

View File

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