Skip to content

Commit

Permalink
feat(system): add plymouth with theme
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Nov 6, 2023
1 parent 32cf9c6 commit 380aaec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/system/main.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ in {
fi
'';

boot.plymouth = {
enable = true;
themePackages = with pkgs; [
nixos-bgrt-plymouth
];
theme = "nixos-bgrt";
};

programs.adb.enable = true;
services.gvfs.enable = true;

Expand Down

0 comments on commit 380aaec

Please sign in to comment.