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
];
home.sessionPath = [
"$HOME/.local/bin"
"%HOME/.ghcup/bin"
];
programs.tmux = {
enable = true;
clock24 = true;

View File

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