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