get rid of hyprland to fix xdg-desktop-portal

This commit is contained in:
insert 2024-07-13 01:50:19 -04:00
parent 6ae9fee82c
commit 25d95389b4
Signed by: insert
GPG key ID: A70775C389ACF105
2 changed files with 4 additions and 3 deletions

View file

@ -298,7 +298,8 @@
systemd.user.services.waybar.enable = false;
xdg.portal = { enable = true; extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; };
xdg.portal.wlr.enable = true;
xdg.portal = { enable = true; extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ]; };
#xdg.portal = { enable = true; extraPortals = [ inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland ]; };
#xdg.portal = { enable = true; };
@ -308,7 +309,7 @@
};
programs.hyprland = {
enable = true;
enable = false;
#enableNvidiaPatches = true;
#package = inputs.hyprland.packages.${pkgs.system}.hyprland;
};

View file

@ -294,7 +294,7 @@
{command = "wayvnc 100.120.210.58";}
{command = "swww-daemon";}
{command = "mako";}
#{command = "watch waybar";}
{command = "exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway";}
];
bars = [
{command = "waybar"; position = "top"; }