Changed: Modules
This commit is contained in:
		
							
								
								
									
										4
									
								
								modules/file_managers/spacefm.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								modules/file_managers/spacefm.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
{ pkgs, ... }:
 | 
			
		||||
{
 | 
			
		||||
	programs.spacefm.enable = true;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										13
									
								
								modules/file_managers/thunar.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								modules/file_managers/thunar.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
{ pkgs, ... }:
 | 
			
		||||
{
 | 
			
		||||
    programs.xfconf.enable = true;
 | 
			
		||||
    services.gvfs.enable = true;
 | 
			
		||||
    services.tumbler.enable = true;
 | 
			
		||||
    programs.thunar = {
 | 
			
		||||
        enable = true;
 | 
			
		||||
        plugins = with pkgs.xfce; [
 | 
			
		||||
            thunar-archive-plugin
 | 
			
		||||
            thunar-volman
 | 
			
		||||
        ];
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user