sam: Install extra applications

Mostly copied from oscar's config.
This commit is contained in:
Chandler Swift 2025-07-11 14:29:26 -05:00
parent 5e7347ad26
commit c0795d3c25
No known key found for this signature in database
GPG key ID: B123483B24A4D579

View file

@ -69,8 +69,44 @@
};
home-manager.users.chandler = { pkgs, ... }: {
home.packages = with pkgs; [
# applications
gimp
inkscape
kdePackages.kate
libreoffice-qt
# command line applications
iperf
units
# command line utilities
alsa-utils
dig
file
ffmpeg
git-absorb
gh
imagemagick
jujutsu
killall
pv
ripgrep
unzip
wl-clipboard
# ✨ AI ✨
ollama
# compilers/language utils
cargo
rustc
clang
go
go-tools
gopls
];
programs.bash = {