mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 09:42:11 +01:00 
			
		
		
		
	treewide: avoid repetitive keys in attrSets
This commit is contained in:
		
							parent
							
								
									2a3f606557
								
							
						
					
					
						commit
						4b21221569
					
				
					 19 changed files with 994 additions and 947 deletions
				
			
		|  | @ -14,24 +14,26 @@ in | |||
|     # enable trash & network-mount | ||||
|     services.gvfs.enable = true; | ||||
| 
 | ||||
|     environment.sessionVariables.NAUTILUS_4_EXTENSION_DIR = "${config.system.path}/lib/nautilus/extensions-4"; | ||||
|     environment.pathsToLink = [ | ||||
|       "/share/nautilus-python/extensions" | ||||
|     ]; | ||||
| 
 | ||||
|     services.gnome.glib-networking.enable = true; # network-mount | ||||
| 
 | ||||
|     # default-programs | ||||
|     xdg.mime.enable = true; | ||||
|     xdg.icons.enable = true; | ||||
| 
 | ||||
|     environment.systemPackages = with pkgs; [ | ||||
|       gnome.nautilus | ||||
|     environment = { | ||||
|       systemPackages = with pkgs; [ | ||||
|         gnome.nautilus | ||||
| 
 | ||||
|       ffmpegthumbnailer # thumbnails | ||||
|       gnome.nautilus-python # enable plugins | ||||
|       gst_all_1.gst-libav # thumbnails | ||||
|       nautilus-open-any-terminal # terminal-context-entry | ||||
|     ]; | ||||
|         ffmpegthumbnailer # thumbnails | ||||
|         gnome.nautilus-python # enable plugins | ||||
|         gst_all_1.gst-libav # thumbnails | ||||
|         nautilus-open-any-terminal # terminal-context-entry | ||||
|       ]; | ||||
| 
 | ||||
|       sessionVariables.NAUTILUS_4_EXTENSION_DIR = "${config.system.path}/lib/nautilus/extensions-4"; | ||||
|       pathsToLink = [ | ||||
|         "/share/nautilus-python/extensions" | ||||
|       ]; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Felix Buehler
						Felix Buehler