Impurity-link qt5ct.conf
This commit is contained in:
		
							parent
							
								
									f0444011cb
								
							
						
					
					
						commit
						e400d6dae8
					
				
					 2 changed files with 13 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
{ self, config, pkgs, ... }: {
 | 
			
		||||
{ self, config, pkgs, impurity, ... }: {
 | 
			
		||||
  environment.systemPackages = with pkgs; [
 | 
			
		||||
    qt5ct
 | 
			
		||||
    breeze-qt5
 | 
			
		||||
| 
						 | 
				
			
			@ -11,26 +11,16 @@
 | 
			
		|||
  };
 | 
			
		||||
 | 
			
		||||
  home-manager.users.${config.main-user} = {
 | 
			
		||||
    home = {
 | 
			
		||||
      file.".icons/default/index.theme".text = ''
 | 
			
		||||
        [Icon Theme]
 | 
			
		||||
        Inherits=breeze_cursors
 | 
			
		||||
      '';
 | 
			
		||||
    };
 | 
			
		||||
    home.file.".icons/default/index.theme".text = ''
 | 
			
		||||
      [Icon Theme]
 | 
			
		||||
      Inherits=breeze_cursors
 | 
			
		||||
    '';
 | 
			
		||||
 | 
			
		||||
    xdg.configFile = {
 | 
			
		||||
      # fixes dolphin background colors
 | 
			
		||||
      "kdeglobals".source = "${pkgs.breeze-qt5}/share/color-schemes/BreezeDark.colors";
 | 
			
		||||
 | 
			
		||||
      "qt5ct/qt5ct.conf".text = ''
 | 
			
		||||
        [Appearance]
 | 
			
		||||
        style=Breeze
 | 
			
		||||
 | 
			
		||||
        # Cantata misbehaves without color overrides. This overrides the breeze colors with the
 | 
			
		||||
        # exact same colors.
 | 
			
		||||
        color_scheme_path=${./breeze-dark-colors-override.conf}
 | 
			
		||||
        custom_palette=true
 | 
			
		||||
      '';
 | 
			
		||||
      "qt5ct/qt5ct.conf".source = impurity.link ./qt5ct.conf;
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    gtk = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue