mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: enable plymouth for sakura
This commit is contained in:
parent
20269d917a
commit
9afe74a40a
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@
|
|||
./../../modules/core/virtualization.nix
|
||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
];
|
||||
|
||||
# Enable fancy boot animations
|
||||
boot.plymouth.enable = true;
|
||||
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue