Changed: Thunar
This commit is contained in:
		@@ -1,12 +1,5 @@
 | 
				
			|||||||
{ pkgs, ... }:
 | 
					{ pkgs, ... }:
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    programs.thunar = {
 | 
					 | 
				
			||||||
        enable = true;
 | 
					 | 
				
			||||||
        plugins = with pkgs.xfce; [
 | 
					 | 
				
			||||||
            thunar-archive-plugin
 | 
					 | 
				
			||||||
            thunar-volman
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -101,6 +101,13 @@
 | 
				
			|||||||
    programs.xfconf.enable = true;
 | 
					    programs.xfconf.enable = true;
 | 
				
			||||||
    services.gvfs.enable = true;
 | 
					    services.gvfs.enable = true;
 | 
				
			||||||
    services.tumbler.enable = true;
 | 
					    services.tumbler.enable = true;
 | 
				
			||||||
 | 
					    programs.thunar = {
 | 
				
			||||||
 | 
					        enable = true;
 | 
				
			||||||
 | 
					        plugins = with pkgs.xfce; [
 | 
				
			||||||
 | 
					            thunar-archive-plugin
 | 
				
			||||||
 | 
					            thunar-volman
 | 
				
			||||||
 | 
					        ];
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Virtualisation
 | 
					# Virtualisation
 | 
				
			||||||
    virtualisation = {
 | 
					    virtualisation = {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user