feat: update to latest linux kernel
This commit is contained in:
parent
5a383e7aad
commit
020ec5e967
15 changed files with 204 additions and 196 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot = {
|
||||
plymouth = {
|
||||
enable = true;
|
||||
theme = "catppuccin-frappe";
|
||||
theme = "hexagon_dots";
|
||||
themePackages = with pkgs; [
|
||||
(adi1090x-plymouth-themes.override { selected_themes = [ "motion" ]; })
|
||||
(adi1090x-plymouth-themes.override { selected_themes = [ "hexagon_dots" ]; })
|
||||
(catppuccin-plymouth.override { variant = "frappe"; })
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue