diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-07 08:22:48 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-07 08:22:48 -0800 |
| commit | e7d522e1bbacf709f704b3591f9b5dd8bcbd0606 (patch) | |
| tree | ebe8c44fabd06ec3c8c9f53f21102b962246b9b6 /nix/machines/hq-c02fk3q7md6t/default.nix | |
| parent | install and configure wezterm (diff) | |
| download | infra-e7d522e1bbacf709f704b3591f9b5dd8bcbd0606.tar.gz | |
remove configuration for old work laptop
Diffstat (limited to '')
| -rw-r--r-- | nix/machines/hq-c02fk3q7md6t/default.nix | 9 |
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 ]; -} |
