Update PATH to include static binary locations
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ in
|
|||||||
ctags
|
ctags
|
||||||
lua54Packages.luarocks-nix
|
lua54Packages.luarocks-nix
|
||||||
nixfmt
|
nixfmt
|
||||||
|
haskellPackages.lsp
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
|
|||||||
Reference in New Issue
Block a user