662 current 2024-05-21 12:20:15 24.05.20240521.d3cda6a 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-21 12:20:22 -04:00
parent 9eec1a65f6
commit 189c61c815
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 2 additions and 3 deletions

View file

@ -62,8 +62,7 @@
extraPortals = [ extraPortals = [
pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-wlr pkgs.xdg-desktop-portal-wlr
pkgs.xdg-desktop-portal-hyprland inputs.hyprland.packages.${pkgs.system}.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"];