1
0
Fork 0

fix(nix): add racket binaries to home.sessionPath

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-09-12 12:30:06 -04:00
parent 6f9c1cc428
commit fa97220a84
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -97,6 +97,10 @@
pythonPackages = with pkgs.python312Packages; [ python-lsp-server ]; pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];
in packages ++ emacsPackages ++ pythonPackages; in packages ++ emacsPackages ++ pythonPackages;
home.sessionPath = [
"$HOME/.local/share/racket/8.14/bin/" # This has to be updated every time Racket updates :(
];
xresources.properties = { xresources.properties = {
"Xft.antialias" = true; "Xft.antialias" = true;
"Xft.rgba" = "rgb"; # type of anti-aliasing "Xft.rgba" = "rgb"; # type of anti-aliasing