mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
build(nix-25.05-update): update nix 25.05 root primary user
This commit is contained in:
parent
1b5fb79416
commit
13cd31c338
3 changed files with 30 additions and 42 deletions
|
|
@ -23,9 +23,6 @@
|
|||
fastfetch
|
||||
gh
|
||||
lsd
|
||||
jdk
|
||||
jdk17
|
||||
jdk11
|
||||
mkalias
|
||||
python310
|
||||
tldr
|
||||
|
|
@ -47,7 +44,6 @@
|
|||
jetbrains.idea-ultimate
|
||||
ice-bar
|
||||
keka
|
||||
postman
|
||||
raycast
|
||||
rectangle
|
||||
slack
|
||||
|
|
@ -91,9 +87,11 @@
|
|||
brews = [
|
||||
"wget"
|
||||
"curl" # do not install curl via nixpkgs, it's not working well on macOS!
|
||||
"node"
|
||||
"nvm"
|
||||
"uv"
|
||||
"pipx"
|
||||
"openjdk"
|
||||
"openjdk@21"
|
||||
"openjdk@17"
|
||||
];
|
||||
|
||||
# `brew install --cask`
|
||||
|
|
@ -111,6 +109,16 @@
|
|||
"readdle-spark"
|
||||
"shottr"
|
||||
"brave-browser"
|
||||
|
||||
# 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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue