mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02: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, ... }:
|
{ 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; [
|
home.packages = with pkgs; [
|
||||||
mpv
|
mpv
|
||||||
discord
|
discord
|
||||||
|
|||||||
Reference in New Issue
Block a user