From 447eb742a87da5e2a913acc67e68c34961f9f845 Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 16:02:51 -0400 Subject: [PATCH] Set hypr in options --- modules/core.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = {