home/portals,archangel/bluetooth
This commit is contained in:
parent
7a44cd9e6b
commit
3599d9c057
4 changed files with 35 additions and 22 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue