diff options
Diffstat (limited to 'users/ryan/common.nix')
| -rw-r--r-- | users/ryan/common.nix | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/users/ryan/common.nix b/users/ryan/common.nix index 58346e7..610a975 100644 --- a/users/ryan/common.nix +++ b/users/ryan/common.nix | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | 5 | ||
| 6 | news.display = "silent"; | 6 | news.display = "silent"; |
| 7 | 7 | ||
| 8 | # Keep everything in lockstep | ||
| 9 | home.stateVersion = "26.05"; | ||
| 10 | |||
| 8 | # My own modules | 11 | # My own modules |
| 9 | ryan.neovim.enable = true; | 12 | ryan.neovim.enable = true; |
| 10 | 13 | ||
| @@ -143,6 +146,12 @@ | |||
| 143 | then "sudo darwin-rebuild switch --flake ~/.config/nix/." | 146 | then "sudo darwin-rebuild switch --flake ~/.config/nix/." |
| 144 | else "home-manager switch --flake ~/.config/home-manager/#ryan"; | 147 | else "home-manager switch --flake ~/.config/home-manager/#ryan"; |
| 145 | }; | 148 | }; |
| 149 | plugins = [ | ||
| 150 | { | ||
| 151 | name = "zsh-vi-mode"; | ||
| 152 | src = "${pkgs.zsh-vi-mode}/share/zsh-vi-mode"; | ||
| 153 | } | ||
| 154 | ]; | ||
| 146 | }; | 155 | }; |
| 147 | 156 | ||
| 148 | # Shared across darwin and linux; the guix side already deferred these | 157 | # Shared across darwin and linux; the guix side already deferred these |
| @@ -159,7 +168,7 @@ | |||
| 159 | jq | 168 | jq |
| 160 | htop | 169 | htop |
| 161 | (pkgs.zathura.override { | 170 | (pkgs.zathura.override { |
| 162 | plugins = [ pkgs.zathuraPkgs.zathura-pdf-mupdf ]; | 171 | plugins = [ pkgs.zathuraPkgs.zathura_pdf_mupdf ]; |
| 163 | }) | 172 | }) |
| 164 | go | 173 | go |
| 165 | pass | 174 | pass |
| @@ -177,6 +186,11 @@ | |||
| 177 | kdePackages.kdenlive | 186 | kdePackages.kdenlive |
| 178 | audacity | 187 | audacity |
| 179 | blender | 188 | blender |
| 189 | |||
| 190 | nerd-fonts.anonymice | ||
| 191 | nerd-fonts.monofur | ||
| 192 | nerd-fonts.lilex | ||
| 193 | nerd-fonts.fira-code | ||
| 180 | ]; | 194 | ]; |
| 181 | 195 | ||
| 182 | xdg.configFile."aerc" = { | 196 | xdg.configFile."aerc" = { |
