diff options
Diffstat (limited to 'users/ryan/common.nix')
| -rw-r--r-- | users/ryan/common.nix | 21 |
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" = { |
