about summary refs log tree commit diff
path: root/src/exe/Main.hs
blob: f64c3c5bf4985403927bacfc2fdfd80cfdf8ae2e (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              : azat@bahawi.net
-- Stability               : experimental
-- Portability             : non-portable
--

module Main where

import           XMonad                         ( xmonad )
import           XMonad.Custom.Config           ( ngConfig )

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

Consider giving Nix/NixOS a try! <3