mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-22 08:48:29 +02:00
feat: update packages for macOS
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
# Install those apps using brew, instead of nix
|
||||
# because they are not available in nixpkgs with the support of darwin
|
||||
# ==> Brew Casks
|
||||
# iglance jdk-mission-control visual-studio-code
|
||||
# anki firefox iina openinterminal-lite
|
||||
# insomnia orbstack
|
||||
# clashx google-chrome intellij-idea-ce pycharm-ce
|
||||
# discord google-cloud-sdk iterm2 telegram wireshark
|
||||
|
||||
|
||||
{pkgs, ...}:
|
||||
{
|
||||
# MacOS specific configuration
|
||||
home.packages = with pkgs; [
|
||||
|
||||
mpv
|
||||
];
|
||||
|
||||
programs.ssh = {
|
||||
|
||||
Reference in New Issue
Block a user