diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-24 23:51:55 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-05-24 23:51:55 -0600 |
| commit | e8559bd76bd21f889c76392b79d790d2281fdfa1 (patch) | |
| tree | a716dcaa7fa1615a2cd9f40bd533f239c4f7a2f0 /modules/nixos/hyprland.nix | |
| parent | 72fe7835055f55d9dd124ff41d98a363dffeea91 (diff) | |
fix hyprland rebuild
Diffstat (limited to 'modules/nixos/hyprland.nix')
| -rw-r--r-- | modules/nixos/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 # ]; |
