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