diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-09-04 09:26:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-04 09:26:36 +0900 |
| commit | daefded4d41bf9c09c6472d9126c9d369927076e (patch) | |
| tree | 69ca364084e4cf9916781b27b24784829dcd19cb /flake.nix | |
| parent | 15b9254b3eabac6b6e6a4d3024c6cb39ee0ec3f5 (diff) | |
| download | dotfiles-daefded4d41bf9c09c6472d9126c9d369927076e.tar.gz dotfiles-daefded4d41bf9c09c6472d9126c9d369927076e.tar.zst dotfiles-daefded4d41bf9c09c6472d9126c9d369927076e.zip | |
home-manager: prepare setup on different host
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -42,9 +42,15 @@ ]; }; in { - homeConfigurations.ken = mkHomeConfiguration { - system = "x86_64-linux"; - env.gui.clipboard.copyCommand = null; + homeConfigurations = { + privateHotaru = mkHomeConfiguration { + system = "x86_64-linux"; + env = { + username = "ken"; + homeDirectory = "/home/ken"; + gui.clipboard.copyCommand = null; + }; + }; }; }; } |
