forked from jan-leila/nix-config
		
	main #5
					 3 changed files with 14 additions and 0 deletions
				
			
		|  | @ -3,6 +3,7 @@ | ||||||
| in { | in { | ||||||
|   imports = [ |   imports = [ | ||||||
|     ./packages.nix |     ./packages.nix | ||||||
|  |     ./gnomeconf.nix | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   home = { |   home = { | ||||||
|  |  | ||||||
							
								
								
									
										12
									
								
								configurations/home-manager/eve/gnomeconf.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								configurations/home-manager/eve/gnomeconf.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | ||||||
|  | {pkgs, ...}: { | ||||||
|  |   config = { | ||||||
|  |     dconf = { | ||||||
|  |       enable = true; | ||||||
|  |       settings = { | ||||||
|  |         "org/gnome/shell".enabled-extensions = [ | ||||||
|  |           pkgs.gnomeExtensions.dash-to-panel.extensionUuid | ||||||
|  |         ]; | ||||||
|  |       }; | ||||||
|  |     }; | ||||||
|  |   }; | ||||||
|  | } | ||||||
|  | @ -19,6 +19,7 @@ in { | ||||||
|       with pkgs; [ |       with pkgs; [ | ||||||
|         ungoogled-chromium |         ungoogled-chromium | ||||||
|         krita |         krita | ||||||
|  |         gnomeExtensions.dash-to-panel | ||||||
|         (lib.mkIf hardware.piperMouse.enable piper) |         (lib.mkIf hardware.piperMouse.enable piper) | ||||||
|       ] |       ] | ||||||
|     ); |     ); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue