about summary refs log tree commit diff
path: root/nix/machines/macbook-air-m2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/machines/macbook-air-m2.nix')
-rw-r--r--nix/machines/macbook-air-m2.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/nix/machines/macbook-air-m2.nix b/nix/machines/macbook-air-m2.nix
deleted file mode 100644
index 9b0265a..0000000
--- a/nix/machines/macbook-air-m2.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-{ pkgs, ... }: {
-  imports = [ ./darwin-shared.nix ];
-
-  system.stateVersion = 5;
-
-  networking.hostName = "mba-fcuny";
-
-  programs.fish.enable = true;
-  environment.shells = [ pkgs.fish ];
-
-  # brew packages I only want to get installed on this machine
-  homebrew.casks = [ "zoom" ];
-}