diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-05-26 19:02:58 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-05-26 19:02:58 -0400 |
| commit | 83a7ad67f92f6c67495ccc3055f2094973ac9653 (patch) | |
| tree | f07550cb4c71bec0b4005dbd5399cf65d6692721 /hosts | |
| parent | refactor bootloaders into modules (diff) | |
| download | dotfiles-nix-83a7ad67f92f6c67495ccc3055f2094973ac9653.tar.gz dotfiles-nix-83a7ad67f92f6c67495ccc3055f2094973ac9653.tar.bz2 dotfiles-nix-83a7ad67f92f6c67495ccc3055f2094973ac9653.zip | |
add plymouth as a splash screen
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/shinji/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 7e23f4a..e22ee91 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -88,6 +88,7 @@ enable = true; secureBoot.enable = true; }; + plymouth.enable = true; }; # modules |