mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:56:12 +01:00
development pkgs
This commit is contained in:
6
home.nix
6
home.nix
@@ -107,6 +107,11 @@ in {
|
|||||||
|
|
||||||
# development
|
# development
|
||||||
neovide
|
neovide
|
||||||
|
clang
|
||||||
|
clang-tools
|
||||||
|
cargo
|
||||||
|
bash
|
||||||
|
nodejs
|
||||||
|
|
||||||
# custom
|
# custom
|
||||||
(callPackage ./pkgs/tikz-uml/tikzuml.nix {})
|
(callPackage ./pkgs/tikz-uml/tikzuml.nix {})
|
||||||
@@ -177,6 +182,7 @@ in {
|
|||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
[[ ! -f ${./p10k.zsh} ]] || source ${./p10k.zsh}
|
[[ ! -f ${./p10k.zsh} ]] || source ${./p10k.zsh}
|
||||||
|
eval "$(zoxide init zsh)"
|
||||||
'';
|
'';
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user