aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/hq-c02fk3q7md6t/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-07 08:22:48 -0800
committerFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-07 08:22:48 -0800
commite7d522e1bbacf709f704b3591f9b5dd8bcbd0606 (patch)
treeebe8c44fabd06ec3c8c9f53f21102b962246b9b6 /nix/machines/hq-c02fk3q7md6t/default.nix
parentinstall and configure wezterm (diff)
downloadinfra-e7d522e1bbacf709f704b3591f9b5dd8bcbd0606.tar.gz
remove configuration for old work laptop
Diffstat (limited to '')
-rw-r--r--nix/machines/hq-c02fk3q7md6t/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nix/machines/hq-c02fk3q7md6t/default.nix b/nix/machines/hq-c02fk3q7md6t/default.nix
deleted file mode 100644
index 5910d09..0000000
--- a/nix/machines/hq-c02fk3q7md6t/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ pkgs, ... }:
-{
- imports = [ ../darwin-shared.nix ];
-
- system.stateVersion = 5;
-
- programs.fish.enable = true;
- environment.shells = [ pkgs.fish ];
-}