From 9e89a97d16d5cc697c3f1d9b2572609d9755c133 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 10 Nov 2025 23:32:21 +0100 Subject: test --- home/editors/nixvim.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 home/editors/nixvim.nix (limited to 'home/editors/nixvim.nix') diff --git a/home/editors/nixvim.nix b/home/editors/nixvim.nix new file mode 100644 index 0000000..48792a0 --- /dev/null +++ b/home/editors/nixvim.nix @@ -0,0 +1,12 @@ +{ inputs, pkgs, ... }: +{ + imports = [ inputs.nixvim.homeModules.nixvim ]; + programs.nixvim = { + enable = true; + package = inputs.neovim-nightly-overlay.packages.${pkgs.stdenv.hostPlatform.system}.default; + extraPlugins = [ pkgs.vimPlugins.gruvbox ]; + colorscheme = "gruvbox"; + viAlias = true; + vimAlias = true; + }; +} -- cgit v1.3