From 1fcc265a38820f87b6ae1734177b9e46a93bb100 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Tue, 1 Aug 2023 15:37:40 +0200 Subject: [PATCH] fix handling of theme to be sensible --- lambda/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lambda/configuration.nix b/lambda/configuration.nix index 1b09ba0..dab2277 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -54,10 +54,7 @@ device = "nodev"; efiSupport = true; enableCryptodisk = true; - theme = "/etc/grub-themes/sayonara"; - }; - environment.etc = { - "grub-themes/sayonara".source = ../shared/sayonara; + theme = ../shared/sayonara; }; boot.loader.efi.efiSysMountPoint = "/boot/efi";