hyprland: Switch to git release
This commit is contained in:
parent
9b6fba74d0
commit
64ad84e53c
3 changed files with 252 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue