mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 09:18:35 +02:00
feat: install vscode & discord on macos via nix
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# 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
|
||||
# jdk-mission-control
|
||||
# anki firefox iina openinterminal-lite
|
||||
# insomnia orbstack
|
||||
# clashx google-chrome intellij-idea-ce pycharm-ce
|
||||
# discord google-cloud-sdk iterm2 telegram wireshark
|
||||
# clashx google-chrome
|
||||
# google-cloud-sdk telegram wireshark
|
||||
|
||||
|
||||
{pkgs, ...}:
|
||||
@@ -13,8 +13,14 @@
|
||||
# MacOS specific configuration
|
||||
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