diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-12-20 15:01:34 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-12-20 15:04:39 +0100 |
| commit | 6a718ca63338f13b2ae1ddf4b9d73d790c6a29d2 (patch) | |
| tree | e744b93c3f44911fcc8c837e43b9803b85f36475 /nixos/boot.nix | |
| parent | 28b72fa8565a80defc6eec8bb9eecd21691753ac (diff) | |
format nix files
Diffstat (limited to 'nixos/boot.nix')
| -rw-r--r-- | nixos/boot.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/boot.nix b/nixos/boot.nix index 8d3a148..83060bf 100644 --- a/nixos/boot.nix +++ b/nixos/boot.nix @@ -1,6 +1,4 @@ -{ config, pkgs, ... }: - -{ +{pkgs, ...}: { personal.boot = { grub.enable = true; efi.enable = true; |
