makito: update macos files and doc
This commit is contained in:
parent
02f131c903
commit
044e804fa0
12
README.md
12
README.md
|
|
@ -7,14 +7,14 @@ add your user as a trusted-user:
|
|||
|
||||
/etc/nix/nix.conf
|
||||
|
||||
```
|
||||
```diff
|
||||
build-users-group = nixbld
|
||||
trusted-users = varl root
|
||||
+trusted-users = varl root
|
||||
```
|
||||
|
||||
reload the daemon
|
||||
|
||||
```
|
||||
```sh
|
||||
sudo launchctl stop org.nixos.nix-daemon
|
||||
sudo launchctl start org.nixos.nix-daemon
|
||||
```
|
||||
|
|
@ -27,19 +27,19 @@ cp macos.config.nix ~/.config/nixpkgs/config.nix
|
|||
~/.zlogin
|
||||
|
||||
```sh
|
||||
cp zlogin ~/.zlogin
|
||||
cp macos.zlogin ~/.zlogin
|
||||
```
|
||||
|
||||
~/.zprofile
|
||||
|
||||
```sh
|
||||
cp zprofile ~/.zprofile
|
||||
cp macos.zprofile ~/.zprofile
|
||||
```
|
||||
|
||||
~/.zshenv
|
||||
|
||||
```sh
|
||||
cp zshenv ~/.zshenv
|
||||
cp macos.zshenv ~/.zshenv
|
||||
```
|
||||
|
||||
Logout/login.
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ pkgs : {
|
|||
curl
|
||||
wget
|
||||
alacritty
|
||||
karabiner-elements
|
||||
coreutils
|
||||
direnv
|
||||
ripgrep
|
||||
|
|
@ -46,6 +45,7 @@ pkgs : {
|
|||
chezmoi
|
||||
fzf
|
||||
vim
|
||||
git
|
||||
];
|
||||
pathsToLink = [
|
||||
"/Applications"
|
||||
|
|
|
|||
Loading…
Reference in a new issue