Hyprland from nixpkgs-unstable

This commit is contained in:
2026-04-09 22:34:12 +02:00
parent 6616d8bc0e
commit 3de04e605a
3 changed files with 40 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, pkgs-unstable, lib, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@@ -78,6 +78,7 @@
hyprland = {
enable = true;
withUWSM = false;
package = pkgs-unstable.hyprland;
xwayland.enable = true;
};