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