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
+12 -2
View File
@@ -27,11 +27,21 @@
./hosts/generic/users.nix
./hosts/Ratchet/hardware-Ratchet.nix
./hosts/generic/persistence.nix
./desktop/kde.nix
./hosts/generic/unfree_allow.nix
./hosts/generic/virtualization.nix
./hosts/generic/zapret.nix
./hosts/generic/plymouth.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.yaroslav = import ./home/yaroslav/home.nix;
home-manager.users.yaroslav = {
imports = [
./home/yaroslav/home.nix
./home/yaroslav/home_gui.nix
./home/yaroslav/steam.nix
];
};
}
];
};
+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
];
};