forked from jan-leila/nix-config
		
	feat: simplified gnome configurations with more options
This commit is contained in:
		
							parent
							
								
									32c7086394
								
							
						
					
					
						commit
						c81fa77a29
					
				
					 3 changed files with 61 additions and 20 deletions
				
			
		|  | @ -1,5 +1,4 @@ | |||
| { | ||||
|   pkgs, | ||||
|   osConfig, | ||||
|   lib, | ||||
|   ... | ||||
|  | @ -10,9 +9,11 @@ | |||
|         colorScheme = "prefer-dark"; | ||||
|         accentColor = "slate"; | ||||
|         extraWindowControls = true; | ||||
|         extensions = [ | ||||
|           pkgs.gnomeExtensions.dash-to-panel | ||||
|         ]; | ||||
|         extensions = { | ||||
|           dash-to-panel = { | ||||
|             enable = true; | ||||
|           }; | ||||
|         }; | ||||
|       } | ||||
| 
 | ||||
|       (lib.mkIf (osConfig.networking.hostName == "horizon") { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue