Update PATH to include static binary locations

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-05-07 23:35:43 +02:00
parent e63d7aead2
commit 48edb518fe
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ in
distrobox distrobox
]; ];
home.sessionPath = [
"$HOME/.local/bin"
"%HOME/.ghcup/bin"
];
programs.tmux = { programs.tmux = {
enable = true; enable = true;
clock24 = true; clock24 = true;

View File

@@ -12,6 +12,7 @@ in
ctags ctags
lua54Packages.luarocks-nix lua54Packages.luarocks-nix
nixfmt nixfmt
haskellPackages.lsp
]; ];
programs.neovim = { programs.neovim = {