home-manager: add HM-managed pkgs
This commit is contained in:
parent
46f25dcda0
commit
e358aecba1
38
home-leo.nix
38
home-leo.nix
@ -47,6 +47,44 @@ in {
|
||||
programs.home-manager.enable = false;
|
||||
programs.home-manager.path = "$HOME/src/dotfiles";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
exa
|
||||
ripgrep
|
||||
starship
|
||||
wget
|
||||
zstd
|
||||
zip
|
||||
unzip
|
||||
xxd
|
||||
b3sum
|
||||
sheldon
|
||||
btop
|
||||
zellij
|
||||
cargo-watch
|
||||
httpie
|
||||
github-cli
|
||||
nodejs
|
||||
nodePackages.npm
|
||||
oci-cli
|
||||
|
||||
nautilus-open-any-terminal
|
||||
|
||||
dhall
|
||||
clang-tools
|
||||
ansible-lint
|
||||
python311Packages.python-lsp-server
|
||||
python311Packages.pynvim
|
||||
python311Packages.i3ipc
|
||||
python311Packages.xlib
|
||||
python311Packages.adblock
|
||||
|
||||
zathura
|
||||
autotiling
|
||||
bemenu
|
||||
swayr
|
||||
kanshi
|
||||
];
|
||||
|
||||
imports = [
|
||||
./nix/programs.nix
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user