add some more notes to darwin packages

This commit is contained in:
Haak Saxberg 2022-04-14 21:00:41 -07:00
parent ea75a8ce1e
commit c1d4cc4d95

View file

@ -1,14 +1,24 @@
{ config, pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages =
[
pkgs.vim
pkgs.iterm2
pkgs.obsidian
pkgs.syncthing
pkgs.slack
pkgs._1password
# todo (unsupported on aarch64-darwin):
# pkgs.spotify
# pkgs.firefox
# pkgs.google-chrome
];
# Use a custom configuration.nix location.
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
# environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix";