From c4e846e91e876bc6301488b1bb04348928744903 Mon Sep 17 00:00:00 2001 From: Toast Date: Sat, 20 Jan 2024 00:50:36 +0100 Subject: [PATCH] Common/grub: set catppuccin theme --- roles/common/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/common/configuration.nix b/roles/common/configuration.nix index 8871d76..99e8e1c 100755 --- a/roles/common/configuration.nix +++ b/roles/common/configuration.nix @@ -75,6 +75,7 @@ "bat" "btop" "starship" + "grub" ]; }; } @@ -108,6 +109,12 @@ ]; }; + boot.loader.grub = { + theme = "${pkgs.catppuccin}/grub"; + backgroundColor = "#1E1E2E"; + splashImage = "${pkgs.catppuccin}/grub/background.png"; + }; + /* I used to keep the host keys in the repo as a secret, but since I use the host keys for decrypting too I'm not sure encrypting a key with itself