about summary refs log tree commit diff
path: root/src/exe/Main.hs
blob: 7b08f2a2c88f709a50fbbb4806f7d912a38bb26b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-- |
-- Module                  : Main
-- Description             : Application entrypoint
-- Copyright               : (c) Azat Bahawi 2018-2021
-- SPDX-License-Identifier : GPL-3.0-or-later
-- Maintainer              : azahi@teknik.io
-- Stability               : experimental
-- Portability             : non-portable
--

module Main where

import           XMonad
import           XMonad.Custom.Config

main :: IO ()
main = myConfig >>= xmonad

Consider giving Nix/NixOS a try! <3