Added: Krusader
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
{ pkgs, ... }:
 | 
					{ pkgs, ... }:
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    home.packages = with pkgs; [
 | 
					    home.packages = with pkgs; [
 | 
				
			||||||
        libsForQt5.dolphin
 | 
					        kdePackages.dolphin
 | 
				
			||||||
        libsForQt5.kio-extras
 | 
					        libsForQt5.kio-extras
 | 
				
			||||||
        kio-fuse
 | 
					        kio-fuse
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										7
									
								
								home/file_manager/krusader.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								home/file_manager/krusader.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					{ pkgs, ... }:
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						home.packages = with pkgs; [
 | 
				
			||||||
 | 
							krusader
 | 
				
			||||||
 | 
						];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -21,26 +21,6 @@ in
 | 
				
			|||||||
        size = 16;
 | 
					        size = 16;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    
 | 
					 | 
				
			||||||
    gtk = {
 | 
					 | 
				
			||||||
        enable = true;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        theme = {
 | 
					 | 
				
			||||||
            package = pkgs.flat-remix-gtk;
 | 
					 | 
				
			||||||
            name = "Flat-Remix-GTK-Grey-Darkest";
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        iconTheme = {
 | 
					 | 
				
			||||||
            package = pkgs.gnome.adwaita-icon-theme;
 | 
					 | 
				
			||||||
            name = "Adwaita";
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        font = {
 | 
					 | 
				
			||||||
            name = "Sans";
 | 
					 | 
				
			||||||
            size = 12;
 | 
					 | 
				
			||||||
        };
 | 
					 | 
				
			||||||
    };
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    systemd.user.targets.hyprland-sessionn.Unit.Wants = [
 | 
					    systemd.user.targets.hyprland-sessionn.Unit.Wants = [
 | 
				
			||||||
        "xdg-desktop-autostart.target"
 | 
					        "xdg-desktop-autostart.target"
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    qt = {
 | 
					    qt = {
 | 
				
			||||||
        enable = true;
 | 
					        enable = true;
 | 
				
			||||||
        platformTheme = "qtct";
 | 
					        platformTheme.name = "qtct";
 | 
				
			||||||
        style.name = "kvantum";
 | 
					        style.name = "kvantum";
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,8 +10,8 @@
 | 
				
			|||||||
    ../../home/xdg.nix # Bindings
 | 
					    ../../home/xdg.nix # Bindings
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ../../home/hyprland # Window Manager
 | 
					    ../../home/hyprland # Window Manager
 | 
				
			||||||
 | 
					    ../../home/themes/dark
 | 
				
			||||||
    ../../home/file_manager/dolphin.nix # File Manager
 | 
					    ../../home/file_manager/krusader.nix # File Manager
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ../../home/programs/dev # Dev Tools
 | 
					    ../../home/programs/dev # Dev Tools
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user