Add tab bind for neovim
All checks were successful
pre-commit / pre-commit (push) Successful in 2m1s
All checks were successful
pre-commit / pre-commit (push) Successful in 2m1s
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
"splash"
|
||||
"rd.systemd.show_status=false"
|
||||
];
|
||||
boot.loader.systemd-boot = { enable = true; };
|
||||
boot.loader.systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 10;
|
||||
};
|
||||
boot.loader.efi = { canTouchEfiVariables = true; };
|
||||
|
||||
# Networking stuff
|
||||
|
Reference in New Issue
Block a user