diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-09-04 15:15:00 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-04 15:15:00 +0900 |
| commit | 8165a00c829aeea737681412359309cc29ac93e7 (patch) | |
| tree | 8f82ce8c758e1d29ca1061ab4cfda02beab8099d | |
| parent | daefded4d41bf9c09c6472d9126c9d369927076e (diff) | |
| download | dotfiles-8165a00c829aeea737681412359309cc29ac93e7.tar.gz dotfiles-8165a00c829aeea737681412359309cc29ac93e7.tar.zst dotfiles-8165a00c829aeea737681412359309cc29ac93e7.zip | |
home-manager: add host "workPc168
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -51,6 +51,14 @@ gui.clipboard.copyCommand = null; }; }; + workPc168 = mkHomeConfiguration { + system = "aarch64-darwin"; + env = { + username = "ken"; + homeDirectory = "/Users/ken"; + gui.clipboard.copyCommand = "pbcopy"; + }; + }; }; }; } |
