kde: force dolphin as file manager

This commit is contained in:
Leonardo Eugênio 2026-08-14 21:30:23 -03:00
parent 7b32e2db1e
commit 4985309552
2 changed files with 20 additions and 0 deletions

View file

@ -22,5 +22,20 @@
kdePackages.partitionmanager
kdePackages.sddm-kcm
];
xdg.portal = {
enable = true;
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
config = {
common = {
default = [ "kde" ];
};
};
};
environment.sessionVariables = {
GTK_USE_PORTAL = "1";
GDK_DEBUG = "portals";
};
};
}