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

@ -5,6 +5,7 @@
git
neovim
just # use Justfile to simplify nix-darwin's commands
tree
];
environment.variables.EDITOR = "nvim";
@ -26,15 +27,12 @@
taps = [];
# WARNING only include those not in nixpkgs
brews = [
# "neovim"
# "ripgrep"
# "fd"
];
brews = [];
casks = [
"batfi"
"hammerspoon"
# TODO use nixpkgs when possible
# "google-chrome"
# "iina"
# "jordanbaird-ice"
@ -42,17 +40,6 @@
# "shottr"
# "raycast"
# "stats"
# Fonts
"font-fontawesome"
"font-jetbrains-mono-nerd-font"
"font-meslo-lg-nerd-font"
"font-d2coding"
"font-fira-code-nerd-font"
"font-symbols-only-nerd-font"
"font-material-design-icons-webfont"
"font-pretendard"
"font-maple-mono-nf"
];
};
}