diff options
Diffstat (limited to 'modules/system/boot/default.nix')
| -rw-r--r-- | modules/system/boot/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/system/boot/default.nix b/modules/system/boot/default.nix index bafbabb..d57d14e 100644 --- a/modules/system/boot/default.nix +++ b/modules/system/boot/default.nix @@ -1,7 +1,4 @@ -{ - pkgs, - ... -}: +{ pkgs, ... }: { imports = [ ./grub.nix |