1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: and back again. there is no good choice

This commit is contained in:
oddlama 2025-02-02 01:11:53 +01:00
parent a0401a7970
commit cfc7de7967
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 10 additions and 10 deletions

View file

@ -44,20 +44,20 @@ in
services.dbus.packages = [ pkgs.gcr ];
xdg.portal = {
wlr.enable = true;
enable = true;
xdgOpenUsePortal = true;
config.common = {
default = [
"wlr"
"gtk"
"hyprland"
];
"org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ];
"org.freedesktop.impl.portal.ScreenCast" = [ "xdg-desktop-portal-wlr" ];
"org.freedesktop.impl.portal.Screenshot" = [ "xdg-desktop-portal-wlr" ];
"org.freedesktop.impl.portal.ScreenCast" = [ "hyprland" ];
"org.freedesktop.impl.portal.Screenshot" = [ "hyprland" ];
"org.freedesktop.portal.FileChooser" = [ "xdg-desktop-portal-gtk" ];
};
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-gtk
];
};