mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-09-13 22:12:03 +02:00
machine/workman: use plymouth overlay
This commit is contained in:
parent
cf9345bb3d
commit
065081b08d
3 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -18,7 +18,7 @@
|
|||
plymouth = {
|
||||
enable = true;
|
||||
theme = "framework";
|
||||
themePackages = [ inputs.framework-plymouth.packages.${config.nixpkgs.system}.default ];
|
||||
themePackages = [ pkgs.framework-plymouth ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue