theme grub with catppuccin
This commit is contained in:
parent
ed0e65c81f
commit
191c334f5f
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue