Revert "hyprland: Switch back nixpkgs release"

This reverts commit 9226d8a7e6.
This commit is contained in:
caem 2024-08-04 19:47:18 +02:00
parent da4b4616ac
commit b36dbf15c0
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 9 additions and 2 deletions

View file

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