removing some cosmic stuff and fixing lots of things

This commit is contained in:
Chris Cochrun 2025-07-17 10:53:31 -05:00
parent e3e6cbe1b4
commit 17a592dc12
5 changed files with 40 additions and 32 deletions

View file

@ -45,7 +45,7 @@ in {
enable = true;
config = {
common = {
default = [ pkgs.kdePackages.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-cosmic ];
default = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
};
hyprland = {
@ -53,7 +53,7 @@ in {
"org.freedesktop.impl.portal.FileChooser" = [ "kde" ];
};
};
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-cosmic ];
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde ];
};
mimeApps = {
enable = true;