🗑️ update deprecated xdg-portals related config

This commit is contained in:
Laureηt 2023-12-16 15:45:33 +01:00
parent 517d4a0391
commit 10f25c5e73
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 7 additions and 1 deletions

View file

@ -19,5 +19,5 @@ in {
};
};
programs.zsh.shellAliases = {htop = "btop";};
programs.zsh.shellAliases.htop = "btop";
}

View file

@ -13,9 +13,15 @@
xdg.portal = {
enable = true;
wlr.enable = true;
config = {
common.default = ["wlr" "gtk"];
hyprland.default = ["hyprland"];
};
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-wlr
pkgs.xdg-desktop-portal-hyprland
];
};