summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-12-12 19:51:48 +0000
committerDevin Finlinson <devin.finlinson@pm.me>2023-12-12 19:51:48 +0000
commita59f30475bf4fa8f77b93079435d2818f01e4e5d (patch)
tree73fab7166d35087d9e91bb1feb525fcd083bd58a
parent8c9ff3f2e4f29e27b4f86ce2d621262c8743f668 (diff)
parent5f22bf12d6983c476f992ccf15b07d6c9c214acc (diff)
Merge branch 'master' of ssh://git.wormcar.gay:2200/devinf/nix-config
-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 ~";