summaryrefslogtreecommitdiff
path: root/users/ryan/common.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 21:35:26 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-23 21:35:26 -0400
commit08d200c7b0c9210afe5bc2819b99a2726b4421a7 (patch)
treefd0e073a2996267cad302b7096b1eee72f19924d /users/ryan/common.nix
parent7108fc28e06a6326f7a04251cc95bbe50ced6133 (diff)
cleanup work
Diffstat (limited to 'users/ryan/common.nix')
-rw-r--r--users/ryan/common.nix21
1 files changed, 21 insertions, 0 deletions
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 @@
149 # packages to nix (all commented out of home-configuration.scm's package 149 # packages to nix (all commented out of home-configuration.scm's package
150 # list), same as the darwin config always has. 150 # list), same as the darwin config always has.
151 home.packages = with pkgs; [ 151 home.packages = with pkgs; [
152 bat
153 fd
154 fzf
155 tmux
156 restic
157 rsync
158 pv
159 jq
160 htop
161 (pkgs.zathura.override {
162 plugins = [ pkgs.zathuraPkgs.zathura-pdf-mupdf ];
163 })
164 go
165 pass
166 file
167 pandoc
168 weechat
169 python3
152 yt-dlp 170 yt-dlp
153 aerc 171 aerc
154 gdu 172 gdu
@@ -156,6 +174,9 @@
156 delta 174 delta
157 prismlauncher 175 prismlauncher
158 git-lfs 176 git-lfs
177 kdePackages.kdenlive
178 audacity
179 blender
159 ]; 180 ];
160 181
161 xdg.configFile."aerc" = { 182 xdg.configFile."aerc" = {