grrrrrrrrrrrrrrrr

This commit is contained in:
Chris Cochrun 2025-09-03 15:48:42 -05:00
parent 8885ccc00e
commit 2a8d8112e7
5 changed files with 48 additions and 42 deletions

View file

@ -44,16 +44,19 @@ in {
};
portal = {
enable = true;
configPackages = [ pkgs.cosmic-session pkgs.xdg-desktop-portal-cosmic ];
config = {
common = {
default = [ "cosmic" ];
"org.freedesktop.impl.portal.FileChooser" = [ "cosmic" ];
"org.freedesktop.impl.portal.OpenUri" = [ "cosmic" ];
default = [ "cosmic" "kde" ];
"org.freedesktop.impl.portal.FileChooser" = [ "cosmic" "kde" ];
"org.freedesktop.impl.portal.OpenUri" = [ "cosmic" "kde" ];
"org.freedesktop.impl.portal.Secret" = [ "cosmic" "kde" ];
};
hyprland = {
default = [ "hyprland" ];
"org.freedesktop.impl.portal.FileChooser" = [ "cosmic" ];
"org.freedesktop.impl.portal.OpenUri" = [ "cosmic" ];
"org.freedesktop.impl.portal.FileChooser" = [ "cosmic" "kde" ];
"org.freedesktop.impl.portal.OpenUri" = [ "cosmic" "kde" ];
"org.freedesktop.impl.portal.Secret" = [ "cosmic" "kde" ];
};
};
extraPortals = [ pkgs.kdePackages.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-cosmic ];
@ -414,7 +417,7 @@ in {
# For matrix clients that don't have e2ee
pantalaimon = {
enable = true;
enable = false;
settings = {
Default = {
LogLevel = "Debug";