get rid of hyprland to fix xdg-desktop-portal
This commit is contained in:
parent
6ae9fee82c
commit
25d95389b4
2 changed files with 4 additions and 3 deletions
|
@ -298,7 +298,8 @@
|
||||||
|
|
||||||
systemd.user.services.waybar.enable = false;
|
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; extraPortals = [ inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland ]; };
|
||||||
#xdg.portal = { enable = true; };
|
#xdg.portal = { enable = true; };
|
||||||
|
|
||||||
|
@ -308,7 +309,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = false;
|
||||||
#enableNvidiaPatches = true;
|
#enableNvidiaPatches = true;
|
||||||
#package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
#package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||||
};
|
};
|
||||||
|
|
2
home.nix
2
home.nix
|
@ -294,7 +294,7 @@
|
||||||
{command = "wayvnc 100.120.210.58";}
|
{command = "wayvnc 100.120.210.58";}
|
||||||
{command = "swww-daemon";}
|
{command = "swww-daemon";}
|
||||||
{command = "mako";}
|
{command = "mako";}
|
||||||
#{command = "watch waybar";}
|
{command = "exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway";}
|
||||||
];
|
];
|
||||||
bars = [
|
bars = [
|
||||||
{command = "waybar"; position = "top"; }
|
{command = "waybar"; position = "top"; }
|
||||||
|
|
Loading…
Reference in a new issue