adding programs

This commit is contained in:
Kyle Isom 2025-05-01 22:09:16 -07:00
parent 21a583a8a8
commit d0733accdb
1 changed files with 25 additions and 9 deletions

View File

@ -109,6 +109,10 @@
"wheel" "wheel"
"networkmanager" "networkmanager"
"dialout" "dialout"
"disk"
"audio"
"cdrom"
"video"
]; ];
}; };
programs.direnv.enable = true; programs.direnv.enable = true;
@ -163,13 +167,19 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
arduino arduino
arduino-cli
arduino-ide
arduino-mk
binutils-unwrapped binutils-unwrapped
bitwarden bitwarden
brave brave
cloc cloc
cmus
cscope cscope
direnv direnv
dive
doas doas
docker-compose
elinks elinks
emacs emacs
feh feh
@ -181,30 +191,36 @@
gcc gcc
gdb gdb
gforth gforth
ghostty
git git
graphviz
gnumake gnumake
go go
go-font go-font
graphviz
hexyl hexyl
htop htop
i3 i3
imagemagick
jpegoptim
keychain keychain
lagrange lagrange
libzip libzip
lxterminal
mercurial mercurial
mg mg
mutt mutt
nyxt
nmap nmap
nyxt
obsidian obsidian
ops ops
pavucontrol
pciutils pciutils
picocom picocom
podman-compose
podman-tui
pwgen pwgen
python3Full python3Full
rlwrap rlwrap
rofi
sbcl sbcl
scdoc scdoc
scrot scrot
@ -213,17 +229,17 @@
syncthing syncthing
tailscale tailscale
tcpdump tcpdump
terminator
texinfo texinfo
texliveFull texliveFull
tmux tmux
tree tree
udisks
xfce.thunar
xfce.thunar-volman
xfce.xfce4-power-manager
xss-lock
wget wget
xfce.xfce4-terminal woff2
dive
podman-tui
docker-compose
podman-compose
]; ];
services.tailscale.enable = true; services.tailscale.enable = true;