hyprland: Revert to stable release

This commit is contained in:
caem 2024-08-04 20:16:18 +02:00
parent a0e04250f3
commit d29017d527
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 2 additions and 8 deletions

View file

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