fix portal

This commit is contained in:
notgne2 2025-10-20 22:42:21 -07:00
parent cc9125b15f
commit f18bdc1097
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -98,6 +98,7 @@ in {
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
extraPortals = [ pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-gtk ];
config = {
common.default = ["gtk"];
hyprland.default = ["gtk" "hyprland"];

View file

@ -10,7 +10,7 @@ in {
options.ezpc.enable = mkEnableOption "Enable ezpc system stuff";
config = mkIf cfg.enable {
programs.hyprland.enable = true;
# programs.hyprland.enable = true;
environment.sessionVariables = {
QT_QPA_PLATFORM = "wayland;xcb";