diff options
Diffstat (limited to 'modules/hyprland.nix')
| -rw-r--r-- | modules/hyprland.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix index f3e35fa..295cd7d 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -3,5 +3,6 @@ programs.hyprland = { enable = true; package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; + # package = pkgs.hyprland; }; } |
