From cabf188ae487120d4b9ac1fe21fff45403a787b4 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 24 Aug 2026 01:09:49 -0400 Subject: various fixes to guix --- users/ryan/common.nix | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'users/ryan/common.nix') 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 @@ news.display = "silent"; + # Keep everything in lockstep + home.stateVersion = "26.05"; + # My own modules ryan.neovim.enable = true; @@ -143,6 +146,12 @@ then "sudo darwin-rebuild switch --flake ~/.config/nix/." else "home-manager switch --flake ~/.config/home-manager/#ryan"; }; + plugins = [ + { + name = "zsh-vi-mode"; + src = "${pkgs.zsh-vi-mode}/share/zsh-vi-mode"; + } + ]; }; # Shared across darwin and linux; the guix side already deferred these @@ -159,7 +168,7 @@ jq htop (pkgs.zathura.override { - plugins = [ pkgs.zathuraPkgs.zathura-pdf-mupdf ]; + plugins = [ pkgs.zathuraPkgs.zathura_pdf_mupdf ]; }) go pass @@ -177,6 +186,11 @@ kdePackages.kdenlive audacity blender + + nerd-fonts.anonymice + nerd-fonts.monofur + nerd-fonts.lilex + nerd-fonts.fira-code ]; xdg.configFile."aerc" = { -- cgit v1.3.1