mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-06 06:46:54 -04:00
Beter defaults
This commit is contained in:
parent
c942e5ce7c
commit
7544e3495e
1 changed files with 6 additions and 9 deletions
|
|
@ -29,18 +29,15 @@ in {
|
||||||
config = {
|
config = {
|
||||||
mango = {
|
mango = {
|
||||||
default = [
|
default = [
|
||||||
"wlr"
|
|
||||||
"gtk"
|
|
||||||
];
|
|
||||||
"org.freedesktop.impl.portal.Secret" = [
|
|
||||||
"gnome-keyring"
|
|
||||||
];
|
|
||||||
"org.freedesktop.impl.portal.ScreenCast" = [
|
|
||||||
"gtk"
|
"gtk"
|
||||||
];
|
];
|
||||||
|
# except those
|
||||||
|
"org.freedesktop.impl.portal.Secret" = ["gnome-keyring"];
|
||||||
|
"org.freedesktop.impl.portal.ScreenCast" = ["wlr"];
|
||||||
|
"org.freedesktop.impl.portal.ScreenShot" = ["wlr"];
|
||||||
|
|
||||||
"org.freedesktop.impl.portal.Access" = ["gtk"];
|
# wlr does not have this interface
|
||||||
"org.freedesktop.impl.portal.Notification" = ["gtk"];
|
"org.freedesktop.impl.portal.Inhibit" = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue