aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-06 08:19:52 -0800
committerFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-06 08:19:52 -0800
commit01b9f1a2c03cefc7b3164aeaa23c81c19207bb54 (patch)
treebf4dcf5d68c9f8e1e7eda6e3e5ade0826ed969af /nix
parentMerge pull request #6 from fcuny/update_flake_lock_action (diff)
downloadinfra-01b9f1a2c03cefc7b3164aeaa23c81c19207bb54.tar.gz
new work laptop
Diffstat (limited to 'nix')
-rw-r--r--nix/machines/hq-kwny2vh41p/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nix/machines/hq-kwny2vh41p/default.nix b/nix/machines/hq-kwny2vh41p/default.nix
new file mode 100644
index 0000000..5910d09
--- /dev/null
+++ b/nix/machines/hq-kwny2vh41p/default.nix
@@ -0,0 +1,9 @@
+{ pkgs, ... }:
+{
+ imports = [ ../darwin-shared.nix ];
+
+ system.stateVersion = 5;
+
+ programs.fish.enable = true;
+ environment.shells = [ pkgs.fish ];
+}