diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-11 18:42:10 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-11 18:42:10 -0700 |
| commit | 2f98a5f426da87bad7a345b4c09d222f98c4c94c (patch) | |
| tree | b3d7cdeb089ec3d2506d128c7ef9898a4d8c7b39 /modules | |
| parent | 356ff18cb9386c5612c02511fcef532cc0f13e22 (diff) | |
| parent | 5f22bf12d6983c476f992ccf15b07d6c9c214acc (diff) | |
Merge branch 'master' of ssh://git.wormcar.gay:2200/devinf/nix-config
Diffstat (limited to 'modules')
| -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 ~"; |
