diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index 1d9ec57..7f0f6ce 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -4,7 +4,7 @@ let in { options = { - mod.hyprland= { + mod.hyprland = { enable = lib.mkEnableOption "enable hyprland module"; }; };