feat: some more home-manager programs

This commit is contained in:
Sangmin Kim 2026-03-04 22:30:52 +09:00 committed by Poby
parent 54297f94fd
commit 88baae6581
No known key found for this signature in database
8 changed files with 35 additions and 118 deletions

View file

@ -15,6 +15,8 @@
./zsh.nix
./eza.nix
./jq.nix
./lazygit.nix
./mise.nix
];
home = {
@ -22,9 +24,8 @@
homeDirectory = "/Users/${username}";
stateVersion = "25.11";
# packages that are not available via programs
packages = with pkgs; [
tree
yq-go
# nix-search-tv
(writeShellApplication {
name = "ns";