diff --git a/xmonad-config.cabal b/xmonad-config.cabal index 7de6498..63c7bb7 100644 --- a/xmonad-config.cabal +++ b/xmonad-config.cabal @@ -14,8 +14,13 @@ build-type: Simple extra-source-files: CHANGELOG.md executable xmonad - main-is: xmonad.hs - -- other-modules: + main-is: xmonad.hs + other-modules: KeyBindings + , MouseBindings + , Nord + , Password + , Projects + , Scratchpad -- other-extensions: build-depends: base >=4.13 && <4.14 , X11