home-manager/gui: Add GTK / Qt styling
This commit is contained in:
		@@ -130,6 +130,22 @@ in
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        gtk = {
 | 
			
		||||
          enable = true;
 | 
			
		||||
          theme = {
 | 
			
		||||
            name = "Numix";
 | 
			
		||||
            package = pkgs.numix-gtk-theme;
 | 
			
		||||
          };
 | 
			
		||||
          iconTheme = {
 | 
			
		||||
            name = "Numix";
 | 
			
		||||
            package = pkgs.numix-icon-theme;
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
        qt = {
 | 
			
		||||
          enable = true;
 | 
			
		||||
          platformTheme = "gtk";
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        services = {
 | 
			
		||||
          flameshot = {
 | 
			
		||||
            enable = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user