mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 23:44:16 +01:00
feat: add comments
This commit is contained in:
@@ -1,16 +1,21 @@
|
||||
# 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 iina openinterminal-lite
|
||||
# insomnia orbstack
|
||||
# clashx google-chrome
|
||||
# google-cloud-sdk telegram wireshark
|
||||
|
||||
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# MacOS specific configuration
|
||||
|
||||
##########################################################################
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user