theme: fix gtk light theme not being set
This commit is contained in:
		
							parent
							
								
									dd7785c85c
								
							
						
					
					
						commit
						a023a9f103
					
				
					 13 changed files with 67 additions and 30 deletions
				
			
		|  | @ -1,6 +1,9 @@ | |||
| { config, pkgs, lib, font, ... }: | ||||
| let inherit (pkgs.uservars) key theme color accent font; | ||||
| in { | ||||
| let | ||||
|   inherit (pkgs.uservars) key theme accent font; | ||||
|   inherit (theme) color; | ||||
| in | ||||
| { | ||||
|   config = { | ||||
|     programs.rofi = { | ||||
|       enable = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue