aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 6855b32..0824378 100644
--- a/flake.nix
+++ b/flake.nix
@@ -51,6 +51,14 @@
gui.clipboard.copyCommand = null;
};
};
+ workPc168 = mkHomeConfiguration {
+ system = "aarch64-darwin";
+ env = {
+ username = "ken";
+ homeDirectory = "/Users/ken";
+ gui.clipboard.copyCommand = "pbcopy";
+ };
+ };
};
};
}