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