Common/grub: set catppuccin theme
This commit is contained in:
parent
9ebfc2e1ae
commit
c4e846e91e
1 changed files with 7 additions and 0 deletions
|
|
@ -75,6 +75,7 @@
|
|||
"bat"
|
||||
"btop"
|
||||
"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
|
||||
host keys for decrypting too I'm not sure encrypting a key with itself
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue