update flake for Ratchet

This commit is contained in:
2025-06-09 23:10:18 +03:00
parent e9a2c270c5
commit dc5678ae33
2 changed files with 14 additions and 6 deletions
+2 -4
View File
@@ -3,12 +3,10 @@
plymouth = {
enable = true;
theme = "rings";
theme = "nixos-bgrt";
themePackages = with pkgs; [
# By default we would install all themes
(adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
nixos-bgrt-plymouth
];
};