This commit is contained in:
m3tam3re
2024-10-05 06:46:12 +02:00
parent e7ec54ef4f
commit 6139657197
5 changed files with 43 additions and 5 deletions

View File

@ -22,6 +22,7 @@
home.packages = with pkgs; [
coreutils
fd
gcc
htop
httpie
jq

View File

@ -26,6 +26,7 @@
home.packages = with pkgs; [
kitty
wofi
zellij-ps
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello