Revert "hyprland: Switch back nixpkgs release"
This reverts commit 9226d8a7e6
.
This commit is contained in:
parent
da4b4616ac
commit
b36dbf15c0
2 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue