i dont remember what i did, flake update

This commit is contained in:
tulg 2026-02-08 13:08:15 +03:00
parent 5bbc58409a
commit eff0fa6153
8 changed files with 61 additions and 46 deletions

View file

@ -18,13 +18,12 @@
};
xdg.portal = {
enable = true;
#enable = true;
# wlr.enable = true;
config.common.default = "hyprland";
xdgOpenUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal
];
#xdgOpenUsePortal = true;
#extraPortals = [
# pkgs.xdg-desktop-portal-hyprland
# pkgs.xdg-desktop-portal
#];
};
}