Changed: Plymouth
This commit is contained in:
		@@ -3,11 +3,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    plymouth = {
 | 
					    plymouth = {
 | 
				
			||||||
      enable = true;
 | 
					      enable = true;
 | 
				
			||||||
      theme = "rings";
 | 
					      theme = "pixels";
 | 
				
			||||||
      themePackages = with pkgs; [
 | 
					      themePackages = with pkgs; [
 | 
				
			||||||
        # By default we would install all themes
 | 
					        # By default we would install all themes
 | 
				
			||||||
        (adi1090x-plymouth-themes.override {
 | 
					        (adi1090x-plymouth-themes.override {
 | 
				
			||||||
          selected_themes = [ "rings" ];
 | 
					          selected_themes = [ "pixels" ];
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user