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

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

View file

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