summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-12-11 18:42:10 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-12-11 18:42:10 -0700
commit2f98a5f426da87bad7a345b4c09d222f98c4c94c (patch)
treeb3d7cdeb089ec3d2506d128c7ef9898a4d8c7b39 /modules/home-manager
parent356ff18cb9386c5612c02511fcef532cc0f13e22 (diff)
parent5f22bf12d6983c476f992ccf15b07d6c9c214acc (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.nix1
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 ~";