From fa97220a84fae3fa54ef09422418fa18df701026 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 12 Sep 2024 12:30:06 -0400 Subject: [PATCH] fix(nix): add racket binaries to home.sessionPath Signed-off-by: Lucas Sta Maria --- nix/hosts/framework/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/hosts/framework/home.nix b/nix/hosts/framework/home.nix index 88e275e..4f3c553 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/framework/home.nix @@ -97,6 +97,10 @@ pythonPackages = with pkgs.python312Packages; [ python-lsp-server ]; in packages ++ emacsPackages ++ pythonPackages; + home.sessionPath = [ + "$HOME/.local/share/racket/8.14/bin/" # This has to be updated every time Racket updates :( + ]; + xresources.properties = { "Xft.antialias" = true; "Xft.rgba" = "rgb"; # type of anti-aliasing