From 7d5064fbdd1899c47e9c86e3bc08d457c2e8db59 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 7 Nov 2023 22:39:30 +0100 Subject: [PATCH] pinwheel: Cleanup `hyprland` module --- hosts/pinwheel/modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; };