Add lots of programs to HM
This commit is contained in:
parent
b2be8749ff
commit
d4e1e4b891
1 changed files with 13 additions and 0 deletions
13
nix/home.nix
13
nix/home.nix
|
|
@ -3,6 +3,19 @@
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.05";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
neovim
|
neovim
|
||||||
|
fzf
|
||||||
|
bat
|
||||||
|
git
|
||||||
|
yazi
|
||||||
|
zsh
|
||||||
|
tmux
|
||||||
|
eza
|
||||||
|
curl
|
||||||
|
wget
|
||||||
|
ripgrep
|
||||||
|
fd
|
||||||
|
jq
|
||||||
|
starship
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue