From e8559bd76bd21f889c76392b79d790d2281fdfa1 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 24 May 2024 23:51:55 -0600 Subject: fix hyprland rebuild --- modules/nixos/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 36dcba5..e760146 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -36,7 +36,7 @@ programs = { hyprland = { enable = true; - package = inputs.hyprland.packages.${pkgs.system}.hyprland; + # package = inputs.hyprland.packages.${pkgs.system}.hyprland; # package = with inputs.nixpkgs-unstable.pkgs; [ # hyprland # ]; -- cgit v1.2.3