makito: update macos files and doc

This commit is contained in:
Viktor Varland 2025-05-15 15:21:36 +02:00
parent 02f131c903
commit 044e804fa0
No known key found for this signature in database
GPG key ID: 940DFD5EADD1E94A
5 changed files with 8 additions and 8 deletions

View file

@ -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.

View file

@ -38,7 +38,6 @@ pkgs : {
curl
wget
alacritty
karabiner-elements
coreutils
direnv
ripgrep
@ -46,6 +45,7 @@ pkgs : {
chezmoi
fzf
vim
git
];
pathsToLink = [
"/Applications"