Switch back to 23.05

Issues with Neovim, Harpoon and/or Telescope.
This commit is contained in:
Oliver Davies 2023-12-21 12:09:03 +00:00
parent 545b386096
commit 4e1c3123a0
9 changed files with 32 additions and 41 deletions
system/nixos

View file

@ -179,7 +179,8 @@ in
monospace = [ "JetBrainsMono Nerd Font Mono" ];
};
};
packages = with pkgsUnstable; [
fonts = with pkgsUnstable; [
(nerdfonts.override {
fonts = [
"AnonymousPro"

View file

@ -35,5 +35,6 @@ in
LC_CTYPE = "en_GB.UTF-8";
PATH = "$PATH:./vendor/bin:./node_modules/.bin";
PULUMI_SKIP_UPDATE_CHECK = "true";
RIPGREP_CONFIG_PATH = "$HOME/.config/ripgrep/config";
};
}