nixos: 25.11 -> 26.05

This commit is contained in:
2026-05-30 14:38:00 +02:00
parent 11e6661af0
commit 33174e7bc2
11 changed files with 36 additions and 40 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
_: {
flake.homeModules.neovim = {pkgs-unstable, ...}: {
programs.neovim = {
withRuby = false;
withPython3 = false;
enable = true;
vimAlias = false;
viAlias = false;
@@ -63,7 +65,7 @@ _: {
pkgs-unstable.vimPlugins.better-diagnostic-virtual-text
pkgs-unstable.vimPlugins.garbage-day-nvim
];
extraLuaConfig = ''
initLua = ''
local vim = vim