From 9edebb80765a51a793eab9582a3a2713a89ebd12 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:16:27 +0200 Subject: [PATCH] grub theme is schiach --- systems/pc/configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/systems/pc/configuration.nix b/systems/pc/configuration.nix index 986e6f7..4de18e6 100644 --- a/systems/pc/configuration.nix +++ b/systems/pc/configuration.nix @@ -159,13 +159,13 @@ efi = { canTouchEfiVariables = true; }; - #systemd-boot.enable = true; - grub = { - enable = true; - efiSupport = true; - device = "nodev"; - theme = "${pkgs.hollow-grub}/grub/theme"; - }; + systemd-boot.enable = true; + #grub = { + # enable = true; + # efiSupport = true; + # device = "nodev"; + # theme = "${pkgs.hollow-grub}/grub/theme"; + #}; }; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];