Update flake, fixup nvim formatting and default to grub being off
This commit is contained in:
parent
92f310c5cd
commit
19a6abfbb6
4 changed files with 81 additions and 78 deletions
|
@ -1,6 +1,7 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
boot.loader.grub = {
|
||||
enable = lib.mkDefault false;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue