mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
feat: install apps using homebrew instead of nix
This commit is contained in:
@@ -5,27 +5,8 @@
|
||||
#
|
||||
# MacOS specific home configuration
|
||||
#
|
||||
# Install those apps using brew, instead of nix
|
||||
# because they are not available in nixpkgs with the support of darwin
|
||||
# ==> Brew Casks
|
||||
# jdk-mission-control
|
||||
# anki firefox wireshark
|
||||
# iina openinterminal-lite
|
||||
# insomnia orbstack
|
||||
# clashx google-chrome
|
||||
# google-cloud-sdk telegram
|
||||
##########################################################################
|
||||
|
||||
home.packages = with pkgs; [
|
||||
mpv
|
||||
discord
|
||||
];
|
||||
|
||||
# stable version of vscode
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user