diff options
| author | brustybee <beebeeb5k@gmail.com> | 2026-04-03 03:27:14 +0530 |
|---|---|---|
| committer | brustybee <beebeeb5k@gmail.com> | 2026-04-03 03:27:14 +0530 |
| commit | 415f9f859e5ee48bd7e28468b95cd3fadba33f7e (patch) | |
| tree | 6ac11dd847a9f05742cd3498eabd7bcb7d19b284 /common/modules/default.nix | |
| parent | 141855bcaed2d386107240f4090bf7f4a7364f7f (diff) | |
add bspwm and polybar ( kinda )
Diffstat (limited to 'common/modules/default.nix')
| -rw-r--r-- | common/modules/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/modules/default.nix b/common/modules/default.nix index 377ebb1..bd9b4d6 100644 --- a/common/modules/default.nix +++ b/common/modules/default.nix @@ -11,6 +11,7 @@ let modules = { mango = import ./mango args; dwm = import ./dwm args; + bspwm = import ./bspwm args; terminal = import ./terminal args; beevim = import ./beevim args; matugen = import ./matugen args; |
