grrrrrrrrrrrrrrrr
This commit is contained in:
parent
8885ccc00e
commit
2a8d8112e7
5 changed files with 48 additions and 42 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue