added plymouth config
This commit is contained in:
parent
57e90d0515
commit
5ba1050e63
3 changed files with 41 additions and 0 deletions
13
workstation/plymouth.nix~
Normal file
13
workstation/plymouth.nix~
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ...}:
|
||||
{
|
||||
boot = {
|
||||
plymouth = {
|
||||
enable = true;
|
||||
theme = "rings";
|
||||
themePackages = with pkgs; [
|
||||
(adil1090x-plymouth-themes.overrride {
|
||||
selected_themes = [ "rings" ];
|
||||
})
|
||||
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue