Added: Krusader

This commit is contained in:
DerGrumpf 2025-04-02 23:51:05 +02:00
parent 40565ea61a
commit 27bc6653a3
5 changed files with 11 additions and 24 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
libsForQt5.dolphin
kdePackages.dolphin
libsForQt5.kio-extras
kio-fuse
];

View File

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
krusader
];
}

View File

@ -21,26 +21,6 @@ in
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 = [
"xdg-desktop-autostart.target"
];

View File

@ -8,7 +8,7 @@
qt = {
enable = true;
platformTheme = "qtct";
platformTheme.name = "qtct";
style.name = "kvantum";
};

View File

@ -10,8 +10,8 @@
../../home/xdg.nix # Bindings
../../home/hyprland # Window Manager
../../home/file_manager/dolphin.nix # File Manager
../../home/themes/dark
../../home/file_manager/krusader.nix # File Manager
../../home/programs/dev # Dev Tools