diff --git a/home/home.nix b/home/home.nix index 59d3d98..b803935 100644 --- a/home/home.nix +++ b/home/home.nix @@ -105,6 +105,13 @@ in { }; }; + xsession = { + enable = true; + # TODO: declare using xdg config home + scriptPath = ".config/X11/xsession"; + profilePath = ".config/X11/xprofile"; + }; + xdg.configFile = { "ghc/ghci.conf".text = '' :set prompt "${extendedLib.termColors.front.magenta "[GHCi]λ"} "