From 361959d426e45bf44077e0d49f54a034395a36e3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 29 Apr 2025 18:38:38 -0700 Subject: don't install packages via homebrew We can install everything through nix at this point. Add a helper function to check the type of the machine so we can install some packages for work vs. personal. --- nix/machines/hq-kwny2vh41p/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nix/machines/hq-kwny2vh41p') diff --git a/nix/machines/hq-kwny2vh41p/default.nix b/nix/machines/hq-kwny2vh41p/default.nix index 5910d09..1ae15f2 100644 --- a/nix/machines/hq-kwny2vh41p/default.nix +++ b/nix/machines/hq-kwny2vh41p/default.nix @@ -1,9 +1,6 @@ -{ pkgs, ... }: +{ ... }: { imports = [ ../darwin-shared.nix ]; system.stateVersion = 5; - - programs.fish.enable = true; - environment.shells = [ pkgs.fish ]; } -- cgit v1.2.3