Hyprland from nixpkgs-unstable
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user