sam: Install extra applications
Mostly copied from oscar's config.
This commit is contained in:
parent
5e7347ad26
commit
c0795d3c25
1 changed files with 36 additions and 0 deletions
|
|
@ -69,8 +69,44 @@
|
||||||
};
|
};
|
||||||
home-manager.users.chandler = { pkgs, ... }: {
|
home-manager.users.chandler = { pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
# applications
|
||||||
|
gimp
|
||||||
|
inkscape
|
||||||
kdePackages.kate
|
kdePackages.kate
|
||||||
|
libreoffice-qt
|
||||||
|
|
||||||
|
# command line applications
|
||||||
|
iperf
|
||||||
|
units
|
||||||
|
|
||||||
|
# command line utilities
|
||||||
|
alsa-utils
|
||||||
|
dig
|
||||||
|
file
|
||||||
|
ffmpeg
|
||||||
|
git-absorb
|
||||||
gh
|
gh
|
||||||
|
imagemagick
|
||||||
|
jujutsu
|
||||||
|
killall
|
||||||
|
pv
|
||||||
|
ripgrep
|
||||||
|
unzip
|
||||||
|
wl-clipboard
|
||||||
|
|
||||||
|
# ✨ AI ✨
|
||||||
|
ollama
|
||||||
|
|
||||||
|
# compilers/language utils
|
||||||
|
cargo
|
||||||
|
rustc
|
||||||
|
|
||||||
|
clang
|
||||||
|
|
||||||
|
go
|
||||||
|
go-tools
|
||||||
|
gopls
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue