From 43871910aed3eeb2f2981b723013981870ad8833 Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Mon, 1 Dec 2025 07:52:10 +0200 Subject: Update general evaluation and use inbuild mail systemd file --- home/nvim/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home/nvim') diff --git a/home/nvim/default.nix b/home/nvim/default.nix index 038d8d6..5f90be4 100644 --- a/home/nvim/default.nix +++ b/home/nvim/default.nix @@ -1,4 +1,4 @@ -{ pkgs, pkgs-unstable, ... }: +{ unstable, ... }: { programs.neovim = @@ -12,7 +12,7 @@ viAlias = true; vimAlias = true; vimdiffAlias = true; - extraPackages = with pkgs-unstable; [ + extraPackages = with unstable; [ inotify-tools # debuggers @@ -54,7 +54,7 @@ ps.debugpy ps.pynvim ]; - plugins = with pkgs-unstable.vimPlugins; [ + plugins = with unstable.vimPlugins; [ { plugin = nvim-dap; config = toLuaFile ./plugins/dap.lua; -- cgit v1.2.3-70-g09d2