fix(nix): add racket binaries to home.sessionPath
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
6f9c1cc428
commit
fa97220a84
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue