hyprland: Switch to git release

This commit is contained in:
caem 2024-07-21 23:04:27 +02:00
parent 9b6fba74d0
commit 64ad84e53c
Signed by: caem
GPG key ID: 69A830D03203405F
3 changed files with 252 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ...}:
{ inputs, pkgs, ...}:
{
imports = [
@ -26,6 +26,7 @@
};
programs.hyprland.enable = true;
programs.hyprland.package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
services.gnome.gnome-keyring.enable = true;
security.pam.services.greetd.enableGnomeKeyring = true;