From 08d200c7b0c9210afe5bc2819b99a2726b4421a7 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 23 Aug 2026 21:35:26 -0400 Subject: cleanup work --- users/ryan/common.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'users/ryan/common.nix') diff --git a/users/ryan/common.nix b/users/ryan/common.nix index 1beaa7c..58346e7 100644 --- a/users/ryan/common.nix +++ b/users/ryan/common.nix @@ -149,6 +149,24 @@ # packages to nix (all commented out of home-configuration.scm's package # list), same as the darwin config always has. home.packages = with pkgs; [ + bat + fd + fzf + tmux + restic + rsync + pv + jq + htop + (pkgs.zathura.override { + plugins = [ pkgs.zathuraPkgs.zathura-pdf-mupdf ]; + }) + go + pass + file + pandoc + weechat + python3 yt-dlp aerc gdu @@ -156,6 +174,9 @@ delta prismlauncher git-lfs + kdePackages.kdenlive + audacity + blender ]; xdg.configFile."aerc" = { -- cgit v1.3.1