Update flake, fixup nvim formatting and default to grub being off

This commit is contained in:
Bun 2025-05-06 19:54:49 -04:00
parent 92f310c5cd
commit 19a6abfbb6
4 changed files with 81 additions and 78 deletions

View file

@ -1,6 +1,7 @@
{ ... }:
{ lib, ... }:
{
boot.loader.grub = {
enable = lib.mkDefault false;
efiSupport = true;
efiInstallAsRemovable = true;
};