diff --git a/modules/core/boot.nix b/modules/core/boot.nix new file mode 100644 index 0000000..ceb614f --- /dev/null +++ b/modules/core/boot.nix @@ -0,0 +1,9 @@ +{ + ... +}: +{ + boot = { + loader.systemd-boot.enable = true; + loader.efi.canTouchEfiVariables = true; + }; +} \ No newline at end of file diff --git a/modules/core/default.nix b/modules/core/default.nix index 45d75eb..c76bce9 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -4,6 +4,8 @@ }: { imports = [ + ./boot.nix + ./firefox.nix ./fonts.nix ./gdm.nix ./hyprland.nix