summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/shinji/hardware.nix13
1 files changed, 10 insertions, 3 deletions
diff --git a/hosts/shinji/hardware.nix b/hosts/shinji/hardware.nix
index 88990f8..6fd6f95 100644
--- a/hosts/shinji/hardware.nix
+++ b/hosts/shinji/hardware.nix
@@ -11,12 +11,19 @@
# bootloader
boot.loader = {
efi.canTouchEfiVariables = true;
- grub = {
+ limine = {
enable = true;
efiSupport = true;
- device = "nodev";
- splashImage = config.theme.wallpaper;
+ secureBoot.enable = true;
+ maxGenerations = 10;
+ style = {
+ backdrop = config.theme.colors.base;
+ wallpapers = [ config.theme.wallpaper ];
+ };
};
+
+ grub.enable = false;
+ systemd-boot.enable = false;
};
# kernel modules