From c0795d3c25ecd55b61dc9aac8e3602a76f0b88bb Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Fri, 11 Jul 2025 14:29:26 -0500 Subject: [PATCH] sam: Install extra applications Mostly copied from oscar's config. --- sam/configuration.nix | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/sam/configuration.nix b/sam/configuration.nix index cfdf69b..83c27bc 100644 --- a/sam/configuration.nix +++ b/sam/configuration.nix @@ -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 = {