mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
add new packages and flake update
This commit is contained in:
parent
02bb10e6ea
commit
db1c0a7c24
2 changed files with 21 additions and 12 deletions
15
home.nix
15
home.nix
|
@ -71,11 +71,14 @@
|
|||
nodePackages.vscode-html-languageserver-bin
|
||||
nodePackages.vscode-json-languageserver
|
||||
nodePackages.yaml-language-server
|
||||
ollama
|
||||
openssl
|
||||
oterm
|
||||
pandoc
|
||||
patchelf
|
||||
pngpaste
|
||||
prettyping
|
||||
python3Packages.huggingface-hub
|
||||
rclone
|
||||
readline
|
||||
ripgrep
|
||||
|
@ -98,6 +101,7 @@
|
|||
tree
|
||||
tree-sitter
|
||||
wget
|
||||
xcodes
|
||||
xz
|
||||
yq
|
||||
zoom-us
|
||||
|
@ -108,9 +112,9 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
# programs.btop = {
|
||||
# enable = true;
|
||||
# };
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.darcs = {
|
||||
enable = true;
|
||||
|
@ -204,6 +208,11 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue