diff options
Diffstat (limited to 'config/boot.nix')
| -rw-r--r-- | config/boot.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/boot.nix b/config/boot.nix new file mode 100644 index 0000000..0cbef3b --- /dev/null +++ b/config/boot.nix @@ -0,0 +1,6 @@ +{...}: { + personal.boot = { + grub.enable = true; + efi.enable = true; + }; +} |
