setup custom xmonad package
This commit is contained in:
parent
5c20a15385
commit
54ce4b0c94
6 changed files with 5 additions and 126 deletions
19
pkgs/xmonad-config/xmonad-config.cabal
Normal file
19
pkgs/xmonad-config/xmonad-config.cabal
Normal file
|
@ -0,0 +1,19 @@
|
|||
cabal-version: 3.0
|
||||
name: xmonad-config
|
||||
version: 0.1.0.0
|
||||
synopsis: A tiling window manager
|
||||
description: my xmonad configuration
|
||||
license: BSD-3-Clause
|
||||
author: sajenim
|
||||
maintainer: its.jassy@pm.me
|
||||
build-type: Simple
|
||||
|
||||
executable xmonad-config
|
||||
main-is: xmonad.hs
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall
|
||||
build-depends: base,
|
||||
xmonad,
|
||||
xmonad-contrib
|
||||
default-language: Haskell2010
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue