NixOS 24.11 builds

This commit is contained in:
Geoffrey Frogeye 2024-11-30 20:06:14 +01:00
parent 2951e81a77
commit b9bd255a55
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
11 changed files with 271 additions and 166 deletions

View file

@ -54,8 +54,7 @@ in
specs = {
enable = true;
min_jump = 5;
fader = { builtin = "pulse_fader"; };
resizer = { builtin = "shrink_resizer"; };
settings.popup.fader = "require('specs').pulse_fader";
};
# Treesitter

View file

@ -110,8 +110,7 @@
'';
userCommands = {
Reload = { command = "source ${config.xdg.configHome}/nvim/init.lua"; force = false; };
# 24.05 force=false was for https://github.com/nix-community/nixvim/issues/954
Reload = { command = "source ${config.xdg.configHome}/nvim/init.lua"; };
};
keymaps = [