diff --git a/modules/core.nix b/modules/core.nix index 1f20cb3..9a36591 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -22,6 +22,8 @@ home.enable = lib.mkEnableOption "enable home configuration"; }; }; + + hypr.enable = lib.mkEnableOption "enable hyprland"; }; config = {