NixOS 24.11 builds
This commit is contained in:
parent
2951e81a77
commit
b9bd255a55
11 changed files with 271 additions and 166 deletions
|
@ -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
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue