From f7030546a51ff6ed32dd3d21c718a20d766bab41 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 26 Sep 2024 09:58:09 +0200 Subject: [PATCH] home/xsession: set --- home/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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]λ"} "