656 current 2024-05-21 12:00:59 24.05.20240521.d3cda6a 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-21 12:01:06 -04:00
parent a9c87f0900
commit d138814f48
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 3 additions and 2 deletions

View file

@ -62,7 +62,8 @@
extraPortals = [ extraPortals = [
pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-wlr pkgs.xdg-desktop-portal-wlr
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-hyprland
# inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
pkgs.xwaylandvideobridge pkgs.xwaylandvideobridge
]; ];
}; };

View file

@ -14,7 +14,7 @@ in {
imports = [./config.nix ./binds.nix ./rules.nix]; imports = [./config.nix ./binds.nix ./rules.nix];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = inputs.hyprland.packages.${pkgs.system}.default; # package = inputs.hyprland.packages.${pkgs.system}.default;
systemd = { systemd = {
variables = ["--all"]; variables = ["--all"];