Install additional applications

main
Chandler Swift 2024-10-20 00:16:49 -05:00
parent c002898a9b
commit 8ea69c6f23
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 26 additions and 2 deletions

View File

@ -121,11 +121,35 @@
users.users.chandler.extraGroups = [ "networkmanager" "wheel" "dialout" "cdrom" ]; users.users.chandler.extraGroups = [ "networkmanager" "wheel" "dialout" "cdrom" ];
home-manager.users.chandler = { pkgs, ... }: { home-manager.users.chandler = { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
# applications
blender
freecad
frescobaldi
gimp
josm
kate kate
prismlauncher kicad
libreoffice-qt libreoffice-qt
prismlauncher
qgis
thunderbird
# thunderbird # command line applications
beets
iperf
units
# command line utilities
dig
file
killall
pv
wl-clipboard
# a few basic compilers
clang
go
rustc
]; ];
programs.bash.enable = true; programs.bash.enable = true;