home/portals,archangel/bluetooth

This commit is contained in:
tulg 2026-01-09 18:20:49 +03:00
parent 7a44cd9e6b
commit 3599d9c057
4 changed files with 35 additions and 22 deletions

View file

@ -152,15 +152,16 @@ in {
home.sessionVariables = {
NIXOS_OZONE_WL = "1"; # hint Electron apps to use Wayland
QT_QPA_PLATFORM = "wayland";
KITTY_DISABLE_WAYLAND_PORTAL=1;
};
xdg.portal = {
enable = true;
config.common.default = "*";
xdgOpenUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-gtk
];
enable = true;
# wlr.enable = true;
config.common.default = "hyprland";
xdgOpenUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
];
};
}