add some more notes to darwin packages
This commit is contained in:
parent
ea75a8ce1e
commit
c1d4cc4d95
1 changed files with 10 additions and 0 deletions
|
|
@ -1,14 +1,24 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
# List packages installed in system profile. To search by name, run:
|
# List packages installed in system profile. To search by name, run:
|
||||||
# $ nix-env -qaP | grep wget
|
# $ nix-env -qaP | grep wget
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
[
|
[
|
||||||
pkgs.vim
|
pkgs.vim
|
||||||
pkgs.iterm2
|
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.
|
# Use a custom configuration.nix location.
|
||||||
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
||||||
# environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix";
|
# environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue