2025-02-10 16:47:56 +01:00
2025-02-03 17:53:28 +01:00
2025-02-04 16:12:34 +01:00
2025-02-04 17:15:25 +01:00
2025-02-10 16:47:49 +01:00
2025-02-04 17:15:25 +01:00
2025-02-04 17:15:25 +01:00
2025-02-03 17:53:28 +01:00
2025-02-03 17:53:28 +01:00
2025-02-04 15:08:43 +01:00
2025-02-10 16:47:56 +01:00
2025-02-04 15:08:43 +01:00
2025-02-04 16:12:34 +01:00
2025-01-27 22:59:18 +01:00

Dotfiles with Nix on macOS

Installation

# Install nix [without the --determinate flag]
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

# Install brew [for casks]
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Get repo
git clone https://github.com/cupcakearmy/nix-macos ~/.config/nix-darwin

# Installation
nix run nix-darwin -- switch --flake ~/.config/nix-darwin#mbp

Sops

Secrets are managed by sops-nix

# To edit the secrets files
nix shell nixpkgs#sops
sops ./secrets/foo.yaml
Description
No description provided
Readme 2 MiB
Languages
Nix 56.8%
Lua 25.2%
Shell 12.6%
JavaScript 5.4%