summaryrefslogtreecommitdiff
path: root/modules/nixfiles/dwm.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-20 00:23:51 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-20 00:23:51 +0300
commite7941cee341350e2b59b33abef99dfc1c36c2ea9 (patch)
treec6fb9caae84c39b714e0267d83b0d98d849ad481 /modules/nixfiles/dwm.nix
parent508aee982ae2fda532742dffdc781f78351e115f (diff)
2022-08-20
Diffstat (limited to 'modules/nixfiles/dwm.nix')
-rw-r--r--modules/nixfiles/dwm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixfiles/dwm.nix b/modules/nixfiles/dwm.nix
index 86d15fb..618d8ed 100644
--- a/modules/nixfiles/dwm.nix
+++ b/modules/nixfiles/dwm.nix
@@ -7,7 +7,7 @@
with lib; let
cfg = config.nixfiles.modules.dwm;
in {
- options.nixfiles.modules.dwm.enable = mkEnableOption "Whether to enable dwm.";
+ options.nixfiles.modules.dwm.enable = mkEnableOption "dwm";
config = mkIf cfg.enable {
nixfiles.modules.x11.enable = true;