Add tab bind for neovim
All checks were successful
pre-commit / pre-commit (push) Successful in 2m1s

This commit is contained in:
2024-03-01 16:02:40 +01:00
parent 9169c48bbe
commit fb680669fd
2 changed files with 8 additions and 1 deletions

View File

@@ -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