diff options
author | Profpatsch <mail@profpatsch.de> | 2023-08-13T13·21+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-08-13T14·41+0000 |
commit | 081f6beb8d040b960fdc51ceed7911fa619b281e (patch) | |
tree | b55a07f5dd20282be34fc1ff9220beaf70dd56bd /users/Profpatsch/hie.yaml | |
parent | 8fb4c949dc267050b75b2efbcfdff1ca1b307fc5 (diff) |
feat(users/Profpatsch): add my xmonad config r/6481
Change-Id: I41d7c3029990f5f1ae56a767331781b38e69997c Reviewed-on: https://cl.tvl.fyi/c/depot/+/9077 Autosubmit: Profpatsch <mail@profpatsch.de> Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
Diffstat (limited to 'users/Profpatsch/hie.yaml')
-rw-r--r-- | users/Profpatsch/hie.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/Profpatsch/hie.yaml b/users/Profpatsch/hie.yaml index 64e57b885dc7..f32ce88bf273 100644 --- a/users/Profpatsch/hie.yaml +++ b/users/Profpatsch/hie.yaml @@ -28,3 +28,7 @@ cradle: component: "lib:ircmail" - path: "./httzip/Httzip.hs" component: "httzip:exe:httzip" + - path: "./declib/Declib.hs" + component: "declib:exe:declib" + - path: "./my-xmonad/Xmonad.hs" + component: "my-xmonad:exe:xmonad" |