kde: force dolphin as file manager
This commit is contained in:
parent
7b32e2db1e
commit
4985309552
2 changed files with 20 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue