From 044e804fa006f39ca8445e2cb3187375ec09abc20af0f87d43337c3794d1d62a Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Thu, 15 May 2025 15:21:36 +0200 Subject: [PATCH] makito: update macos files and doc --- README.md | 14 +++++++------- macos.config.nix | 2 +- zlogin => macos.zlogin | 0 zprofile => macos.zprofile | 0 zshenv => macos.zshenv | 0 5 files changed, 8 insertions(+), 8 deletions(-) rename zlogin => macos.zlogin (100%) rename zprofile => macos.zprofile (100%) rename zshenv => macos.zshenv (100%) diff --git a/README.md b/README.md index 78ab592..39ef33e 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ add your user as a trusted-user: -/etc/nix/nix.conf +/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. diff --git a/macos.config.nix b/macos.config.nix index bf2cf66..40fbf9b 100644 --- a/macos.config.nix +++ b/macos.config.nix @@ -38,7 +38,6 @@ pkgs : { curl wget alacritty - karabiner-elements coreutils direnv ripgrep @@ -46,6 +45,7 @@ pkgs : { chezmoi fzf vim + git ]; pathsToLink = [ "/Applications" diff --git a/zlogin b/macos.zlogin similarity index 100% rename from zlogin rename to macos.zlogin diff --git a/zprofile b/macos.zprofile similarity index 100% rename from zprofile rename to macos.zprofile diff --git a/zshenv b/macos.zshenv similarity index 100% rename from zshenv rename to macos.zshenv