hyprland: Actually use the git release

This commit is contained in:
caem 2024-07-26 20:48:08 +02:00
parent d14dfbf031
commit f563b036a1
Signed by: caem
GPG key ID: 69A830D03203405F
6 changed files with 46 additions and 16 deletions

View file

@ -25,8 +25,11 @@
NIXOS_OZONE_WL = 1;
};
programs.hyprland.enable = true;
programs.hyprland.package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
};
services.gnome.gnome-keyring.enable = true;
security.pam.services.greetd.enableGnomeKeyring = true;