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