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 = {