]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares/ghc.nix
merge home-manager config
[julm/julm-nix.git] / homes / softwares / ghc.nix
1 {
2 home.file.".ghci".text = ''
3 :set prompt "\SOH\ESC[93m\STXλ\SOH\ESC[34;1m\STX>\SOH\ESC[0;48;05;233m\STX "
4 :set -freverse-errors
5 '';
6 }