flatpak fix attempt

This commit is contained in:
m3tam3re 2025-03-26 06:12:35 +01:00
parent 1c0b67c2a0
commit 81ee763318
2 changed files with 4 additions and 2 deletions

View File

@ -44,6 +44,9 @@
NIXOS_OZONE_WL = "1";
TERMINAL = "kitty";
QT_QPA_PLATFORM = "wayland";
XDG_CURRENT_DESKTOP = "Hyprland";
XDG_SESSION_TYPE = "wayland";
XDG_SESSION_DESKTOP = "Hyprland";
};
home.sessionPath = ["\${XDG_BIN_HOME}" "\${HOME}/.cargo/bin" "$HOME/.npm-global/bin"];

View File

@ -16,8 +16,7 @@ in {
enable = true;
wlr.enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
xdg-desktop-portal-hyprland
];
config.common.default = "*";
};