nixos-dots

nixos dots
git clone git://popovic.xyz/nixos-dots.git
Log | Files | Refs

commit 3614c393cdd8529dfb91ec950643aa2afdd9dfdf
parent 0154c1ba37b4c6ac92c12f6825cac439fde39c4e
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Sun,  8 Mar 2026 20:01:17 +0100

bump dot rev

Diffstat:
Mlib/dotfiles.nix | 2+-
Msystem/host/mac.nix | 10+++-------
2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/lib/dotfiles.nix b/lib/dotfiles.nix @@ -2,6 +2,6 @@ dotfiles = builtins.fetchGit { url = "git://popovic.xyz/dots.git"; ref = "master"; - rev = "958ed4ebba453b876a9750e7b9b8c2bcd05631ab"; + rev = "39cd16b22920e5ccfb7175ea9bcdf0fec352cf06"; }; } diff --git a/system/host/mac.nix b/system/host/mac.nix @@ -264,16 +264,12 @@ }; }; - homebrew = { enable = true; + user = "mika"; prefix = "/opt/homebrew"; - taps = [ - "nohajc/anylinuxfs" - ]; - brews = [ - "anylinuxfs" - ]; + taps = [ ]; + brews = [ ]; casks = [ ]; onActivation = { autoUpdate = true;