Common/grub: set catppuccin theme

This commit is contained in:
Toast 2024-01-20 00:50:36 +01:00
parent 9ebfc2e1ae
commit c4e846e91e

View file

@ -75,6 +75,7 @@
"bat" "bat"
"btop" "btop"
"starship" "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 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 host keys for decrypting too I'm not sure encrypting a key with itself