forked from fabian/nix
		
	add dark theme to everything
This commit is contained in:
		
							parent
							
								
									b5cd20b71b
								
							
						
					
					
						commit
						3803a1e1b9
					
				
					 3 changed files with 24 additions and 3 deletions
				
			
		|  | @ -112,5 +112,24 @@ in { | ||||||
|         polybar.enable = true; |         polybar.enable = true; | ||||||
|         picom.enable = true; |         picom.enable = true; | ||||||
|       }; |       }; | ||||||
|  | 
 | ||||||
|  |       gtk = { | ||||||
|  |         iconTheme = { | ||||||
|  |           name = "Papirus-Dark"; | ||||||
|  |           package = pkgs.papirus-icon-theme; | ||||||
|  |         }; | ||||||
|  |         gtk3.extraConfig = { | ||||||
|  |           gtk-application-prefer-dark-theme = 1; | ||||||
|  |         }; | ||||||
|  |         gtk4.extraConfig = { | ||||||
|  |           gtk-application-prefer-dark-theme = 1; | ||||||
|  |         }; | ||||||
|  |       }; | ||||||
|  | 
 | ||||||
|  |       qt = { | ||||||
|  |         enable = true; | ||||||
|  |         style.name = "bb10dark"; | ||||||
|  |         platformTheme.name = "gtk3"; | ||||||
|  |       }; | ||||||
|     }; |     }; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -68,10 +68,12 @@ with lib; { | ||||||
|           notification = false; |           notification = false; | ||||||
|           always = true; |           always = true; | ||||||
|         } |         } | ||||||
|         { #todo: move this to browsers module |         { | ||||||
|  |           #todo: move this to browsers module | ||||||
|           command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 1; exec ${pkgs.firefox}/bin/firefox'"; |           command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 1; exec ${pkgs.firefox}/bin/firefox'"; | ||||||
|         } |         } | ||||||
|         { #todo: move this to telegram module |         { | ||||||
|  |           #todo: move this to telegram module | ||||||
|           command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 2; exec ${pkgs.tdesktop}/bin/telegram-desktop'"; |           command = "${pkgs.i3-gaps}/bin/i3-msg 'workspace 2; exec ${pkgs.tdesktop}/bin/telegram-desktop'"; | ||||||
|         } |         } | ||||||
|         #{ |         #{ | ||||||
|  |  | ||||||
|  | @ -66,7 +66,7 @@ in { | ||||||
|           shell = pkgs.zsh; |           shell = pkgs.zsh; | ||||||
|           extraGroups = |           extraGroups = | ||||||
|             ["users" "networkmanager"] |             ["users" "networkmanager"] | ||||||
|             ++ optionals (v.admin) ["wheel" "libvirtd" "dialout" "adbusers" ]; |             ++ optionals (v.admin) ["wheel" "libvirtd" "dialout" "adbusers"]; | ||||||
|           openssh.authorizedKeys.keyFiles = v.sshKeyPublicFile; |           openssh.authorizedKeys.keyFiles = v.sshKeyPublicFile; | ||||||
|         }) |         }) | ||||||
|         enabledUsers; |         enabledUsers; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue