mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
chore: enable gnome-keyring and set extraPortals to be hyprland's portal
This commit is contained in:
parent
56e0c37111
commit
42b7de5dd7
1 changed files with 5 additions and 3 deletions
|
|
@ -9,13 +9,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
xdg.portal = {
|
||||
configPackages = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
xdgOpenUsePortal = true;
|
||||
# extraPortals = [
|
||||
# pkgs.xdg-desktop-portal-hyprland
|
||||
# ];
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue