From 191c334f5fa4bf2ce11e587deb6db534c712276d Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 28 Nov 2024 14:43:49 -0500 Subject: [PATCH] theme grub with catppuccin --- nixos/catppuccin.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nixos/catppuccin.nix b/nixos/catppuccin.nix index 9828c5f..eb042a7 100644 --- a/nixos/catppuccin.nix +++ b/nixos/catppuccin.nix @@ -1,10 +1,15 @@ { pkgs, ... }: { + # catppuccin for grub + boot.loader.grub.theme = pkgs.catppuccin-grub.override { + flavor = "mocha"; + }; + environment.systemPackages = with pkgs; [ # catppuccin (catppuccin.override { variant = "mocha"; accent ="blue"; - themeList = [ "bat" "btop" "grub" "lazygit" ]; + themeList = [ "bat" "lazygit" ]; }) catppuccin-cursors