diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-12 19:51:48 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-12 19:51:48 +0000 |
| commit | a59f30475bf4fa8f77b93079435d2818f01e4e5d (patch) | |
| tree | 73fab7166d35087d9e91bb1feb525fcd083bd58a /modules/home-manager | |
| parent | 8c9ff3f2e4f29e27b4f86ce2d621262c8743f668 (diff) | |
| parent | 5f22bf12d6983c476f992ccf15b07d6c9c214acc (diff) | |
Merge branch 'master' of ssh://git.wormcar.gay:2200/devinf/nix-config
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 9378034..cd35607 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -3,6 +3,7 @@ enable = true; shellAliases = { ll = "ls -l"; + ts = "tailscale"; copy = "wl-copy"; paste = "wl-paste"; home = "cd ~"; |
