From 31ae15abeb954fcbc313e9193b7b956045c2f379 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Fri, 22 Aug 2025 11:12:19 +1000 Subject: [PATCH] small improvement --- templates/n/flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/n/flake.nix b/templates/n/flake.nix index 68266c2..33d1537 100644 --- a/templates/n/flake.nix +++ b/templates/n/flake.nix @@ -5,6 +5,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixCats.url = "github:dwinkler1/nixCatsConfig"; nixCats.inputs.nixpkgs.follows = "nixpkgs"; + nixCats.inputs.rixpkgs.follows = "rixpkgs"; ## All git packages managed per project "plugins-r" = { url = "github:R-nvim/R.nvim"; @@ -209,7 +210,7 @@ suffix-path = false; suffix-LD = false; # your alias may not conflict with your other packages. - aliases = ["newvim"]; + aliases = ["pvim"]; hosts = { g = { enable = true;