From 6d8eec22cddf0be0c190fb06c88f9fd9e3838757 Mon Sep 17 00:00:00 2001 From: brustybee Date: Wed, 11 Mar 2026 10:38:51 +0530 Subject: Add dwm --- common/modules/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'common/modules/default.nix') diff --git a/common/modules/default.nix b/common/modules/default.nix index bbf3bd9..377ebb1 100644 --- a/common/modules/default.nix +++ b/common/modules/default.nix @@ -10,6 +10,7 @@ let }; modules = { mango = import ./mango args; + dwm = import ./dwm args; terminal = import ./terminal args; beevim = import ./beevim args; matugen = import ./matugen args; -- cgit v1.3.1