mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
nix: home-manager darwin + formats
This commit is contained in:
parent
7d8e0b1211
commit
c0572e749d
12 changed files with 45 additions and 31 deletions
|
|
@ -1,69 +0,0 @@
|
|||
{ config, pkgs, ...}:
|
||||
|
||||
{
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brewPrefix = "/opt/homebrew/bin";
|
||||
taps = [
|
||||
"daipeihust/tap"
|
||||
"felixkratz/formulae"
|
||||
"koekeishiya/formulae"
|
||||
"nikitabobko/tap"
|
||||
"railwaycat/emacsmacport"
|
||||
"js0ny/tap"
|
||||
];
|
||||
|
||||
brews = [
|
||||
"folderify"
|
||||
"coreutils"
|
||||
];
|
||||
|
||||
casks = [
|
||||
"visual-studio-code"
|
||||
"kitty"
|
||||
"vivaldi"
|
||||
"neovide"
|
||||
"clash-verge-rev"
|
||||
"obsidian"
|
||||
"alacritty"
|
||||
"alt-tab"
|
||||
"apparency"
|
||||
"betterdisplay"
|
||||
"discord"
|
||||
"dotnet-sdk"
|
||||
"iina"
|
||||
"iterm2"
|
||||
"karabiner-elements"
|
||||
"keka"
|
||||
"localsend"
|
||||
"ltspice"
|
||||
"orbstack"
|
||||
"qlcolorcode"
|
||||
# "qlimagesize" discontinued.
|
||||
"qlmarkdown"
|
||||
"qlstephen"
|
||||
"qlvideo"
|
||||
"qspace-pro"
|
||||
"quicklook-json"
|
||||
"quicklookase"
|
||||
"raycast"
|
||||
"rider"
|
||||
"rustdesk"
|
||||
"scroll-reverser"
|
||||
"sioyek"
|
||||
"skim"
|
||||
"squirrel"
|
||||
"steam"
|
||||
"telegram-desktop"
|
||||
"Filen"
|
||||
"TickTick"
|
||||
"cherry-studio"
|
||||
"firefox"
|
||||
"wireshark-app"
|
||||
"LibreWolf"
|
||||
"brave-browser"
|
||||
"font-maple-mono-nf-cn"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue