theme grub with catppuccin

This commit is contained in:
Seaswimmer 2024-11-28 14:43:49 -05:00
parent ed0e65c81f
commit 191c334f5f
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -1,10 +1,15 @@
{ pkgs, ... }: { { pkgs, ... }: {
# catppuccin for grub
boot.loader.grub.theme = pkgs.catppuccin-grub.override {
flavor = "mocha";
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# catppuccin # catppuccin
(catppuccin.override { (catppuccin.override {
variant = "mocha"; variant = "mocha";
accent ="blue"; accent ="blue";
themeList = [ "bat" "btop" "grub" "lazygit" ]; themeList = [ "bat" "lazygit" ];
}) })
catppuccin-cursors catppuccin-cursors