Update PATH to include static binary locations
This commit is contained in:
@@ -17,6 +17,11 @@ in
|
||||
distrobox
|
||||
];
|
||||
|
||||
home.sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
"%HOME/.ghcup/bin"
|
||||
];
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
|
||||
@@ -12,6 +12,7 @@ in
|
||||
ctags
|
||||
lua54Packages.luarocks-nix
|
||||
nixfmt
|
||||
haskellPackages.lsp
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
|
||||
Reference in New Issue
Block a user