feat: update

This commit is contained in:
Sangmin Kim 2025-12-21 00:28:41 +09:00
parent 13cd31c338
commit f3886e8beb
3 changed files with 33 additions and 34 deletions

18
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1748149228, "lastModified": 1758102940,
"narHash": "sha256-mmonYFesFo42UUS49Hd0bcbVJRWX/aHBCDYUkkvylf4=", "narHash": "sha256-wwqf3+A8EiqwWpcAaPN20QXJLlpGPpwtLTrzgnngI2o=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "a9939228f661df370c4094fe85f683e45d761dbe", "rev": "ebd0bfc11fc2b5cff37401e9b3703881ad5fabbd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1748186667, "lastModified": 1758262103,
"narHash": "sha256-UQubDNIQ/Z42R8tPCIpY+BOhlxO8t8ZojwC9o2FW3c8=", "narHash": "sha256-aBGl3XEOsjWw6W3AHiKibN7FeoG73dutQQEqnd/etR8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bdac72d387dca7f836f6ef1fe547755fb0e9df61", "rev": "12bd230118a1901a4a5d393f9f56b6ad7e571d01",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -36,11 +36,11 @@
}, },
"nixpkgs-darwin": { "nixpkgs-darwin": {
"locked": { "locked": {
"lastModified": 1748186667, "lastModified": 1758262103,
"narHash": "sha256-UQubDNIQ/Z42R8tPCIpY+BOhlxO8t8ZojwC9o2FW3c8=", "narHash": "sha256-aBGl3XEOsjWw6W3AHiKibN7FeoG73dutQQEqnd/etR8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bdac72d387dca7f836f6ef1fe547755fb0e9df61", "rev": "12bd230118a1901a4a5d393f9f56b6ad7e571d01",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -14,7 +14,6 @@
# Related Discussion: https://discourse.nixos.org/t/darwin-again/29331 # Related Discussion: https://discourse.nixos.org/t/darwin-again/29331
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# CLI # CLI
neovim
git git
just # use Justfile to simplify nix-darwin's commands just # use Justfile to simplify nix-darwin's commands
ffmpeg ffmpeg
@ -32,25 +31,6 @@
zsh-powerlevel10k zsh-powerlevel10k
zsh-fzf-tab zsh-fzf-tab
commitizen commitizen
# GUI
alt-tab-macos
bitwarden-desktop
bruno
discord
pretendard
google-chrome
iina
jetbrains.idea-ultimate
ice-bar
keka
raycast
rectangle
slack
stats
telegram-desktop
vscode
zoom-us
]; ];
environment.variables.EDITOR = "nvim"; environment.variables.EDITOR = "nvim";
@ -79,6 +59,7 @@
Numbers = 409203825; Numbers = 409203825;
Pages = 409201541; Pages = 409201541;
Keynote = 409183694; Keynote = 409183694;
Bitwarden = 1352778147;
}; };
taps = [ ]; taps = [ ];
@ -92,13 +73,31 @@
"openjdk" "openjdk"
"openjdk@21" "openjdk@21"
"openjdk@17" "openjdk@17"
"neovim"
"ripgrep"
]; ];
# `brew install --cask` # `brew install --cask`
casks = [ casks = [
"alt-tab"
"bruno"
"discord"
"google-chrome"
"iina"
"intellij-idea"
"jordanbaird-ice"
"keka"
"raycast"
"rectangle"
"slack"
"stats"
"telegram"
"visual-studio-code"
"zoom"
"claude" "claude"
"batfi" "batfi"
"docker" "docker-desktop"
"cursor"
"daisydisk" "daisydisk"
"ghostty" "ghostty"
"hammerspoon" "hammerspoon"
@ -106,9 +105,9 @@
"logi-options+" "logi-options+"
"notion" "notion"
"onyx" "onyx"
"readdle-spark"
"shottr" "shottr"
"brave-browser" "arc"
"obsidian"
# Fonts # Fonts
"font-fontawesome" "font-fontawesome"

View file

@ -229,8 +229,8 @@
man = "tldr"; man = "tldr";
nixrebuild = "sudo darwin-rebuild switch --flake ~/.config/nix-darwin"; nixrebuild = "sudo darwin-rebuild switch --flake ~/.config/nix-darwin";
nixupgrade = "cd ~/.config/nix-darwin && nix flake update"; nixupgrade = "cd ~/.config/nix-darwin && nix flake update";
nixconfig = "code ~/.config/nix-darwin"; nixconfig = "nvim ~/.config/nix-darwin";
sshconfig = "code ~/.ssh/config"; sshconfig = "nvim ~/.ssh/config";
# git # git
g = "git"; g = "git";