mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
feat: some more home-manager programs
This commit is contained in:
parent
54297f94fd
commit
88baae6581
8 changed files with 35 additions and 118 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue