🗑️ update deprecated xdg-portals related config
This commit is contained in:
parent
517d4a0391
commit
10f25c5e73
|
@ -19,5 +19,5 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh.shellAliases = {htop = "btop";};
|
programs.zsh.shellAliases.htop = "btop";
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,9 +13,15 @@
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
|
|
||||||
|
config = {
|
||||||
|
common.default = ["wlr" "gtk"];
|
||||||
|
hyprland.default = ["hyprland"];
|
||||||
|
};
|
||||||
extraPortals = [
|
extraPortals = [
|
||||||
pkgs.xdg-desktop-portal-gtk
|
pkgs.xdg-desktop-portal-gtk
|
||||||
pkgs.xdg-desktop-portal-wlr
|
pkgs.xdg-desktop-portal-wlr
|
||||||
|
pkgs.xdg-desktop-portal-hyprland
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue