feat: update to latest linux kernel

This commit is contained in:
DACHXY 2025-01-17 15:21:32 +08:00
parent 5a383e7aad
commit 020ec5e967
15 changed files with 204 additions and 196 deletions

View file

@ -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"; })
];
};