Changed: Thunar
This commit is contained in:
		
							
								
								
									
										12
									
								
								home/file_manager/thunar.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								home/file_manager/thunar.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					{ pkgs, ... }:
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    programs.thunar = {
 | 
				
			||||||
 | 
					        enable = true;
 | 
				
			||||||
 | 
					        plugins = with pkgs.xfce; [
 | 
				
			||||||
 | 
					            thunar-archive-plugin
 | 
				
			||||||
 | 
					            thunar-volman
 | 
				
			||||||
 | 
					        ];
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -49,7 +49,7 @@ in
 | 
				
			|||||||
        inherit package;
 | 
					        inherit package;
 | 
				
			||||||
        enable = true;
 | 
					        enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        xwayland = { enable = true; };
 | 
					        xwayland.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        systemd = {
 | 
					        systemd = {
 | 
				
			||||||
            enable = true;
 | 
					            enable = true;
 | 
				
			||||||
@@ -71,7 +71,7 @@ in
 | 
				
			|||||||
            "QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
 | 
					            "QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
 | 
				
			||||||
            "QT_QPA_PLATFORM,wayland"
 | 
					            "QT_QPA_PLATFORM,wayland"
 | 
				
			||||||
            "SDL_VIDEODRIVER,wayland"
 | 
					            "SDL_VIDEODRIVER,wayland"
 | 
				
			||||||
            "GDK_BACKEND,wayland"
 | 
					            "GDK_BACKEND,wayland,x11"
 | 
				
			||||||
            "XCURSOR_SIZE,24"
 | 
					            "XCURSOR_SIZE,24"
 | 
				
			||||||
            "EDITOR,nvim"
 | 
					            "EDITOR,nvim"
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -96,13 +96,7 @@
 | 
				
			|||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    programs.dconf.enable = true;
 | 
					    programs.dconf.enable = true;
 | 
				
			||||||
    programs.thunar = {
 | 
					    
 | 
				
			||||||
        enable = true;
 | 
					 | 
				
			||||||
        plugins = with pkgs.xfce; [
 | 
					 | 
				
			||||||
            thunar-archive-plugin
 | 
					 | 
				
			||||||
            thunar-volman
 | 
					 | 
				
			||||||
        ];
 | 
					 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    programs.xfconf.enable = true;
 | 
					    programs.xfconf.enable = true;
 | 
				
			||||||
    services.gvfs.enable = true;
 | 
					    services.gvfs.enable = true;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,6 +11,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    ../../home/hyprland # Window Manager
 | 
					    ../../home/hyprland # Window Manager
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    ../../home/file_manager/thunar.nix # File Manager
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ../../home/programs/dev # Dev Tools
 | 
					    ../../home/programs/dev # Dev Tools
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    ../../home/programs/media/media.nix
 | 
					    ../../home/programs/media/media.nix
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user