feat(teidesu): pipx
This commit is contained in:
parent
bd55ae1f9f
commit
00206ad237
2 changed files with 4 additions and 1 deletions
|
@ -38,6 +38,9 @@
|
||||||
imagemagick
|
imagemagick
|
||||||
rustup
|
rustup
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
(python311.withPackages (ps: with ps; [
|
||||||
|
pipx
|
||||||
|
]))
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".config/alacritty/alacritty.toml".source = ./assets/alacritty.toml;
|
home.file.".config/alacritty/alacritty.toml".source = ./assets/alacritty.toml;
|
||||||
|
|
|
@ -137,7 +137,7 @@ in {
|
||||||
_NIX_SHELL_INFO="''${newargs[@]}" nix shell "''${newargs[@]}"
|
_NIX_SHELL_INFO="''${newargs[@]}" nix shell "''${newargs[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
export PATH="$HOME/.cargo/bin/:$HOME/.bun/bin:$HOME/.deno/bin:$PATH"
|
export PATH="$HOME/.local/bin:$HOME/.cargo/bin/:$HOME/.bun/bin:$HOME/.deno/bin:$PATH"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue