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, ... }: {
|
{ 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue