summaryrefslogtreecommitdiff
path: root/modules/home-manager/shell.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-12-07 17:52:54 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-12-07 17:52:54 -0700
commit29adb29b3862e5c97d301b020cce0dd9a4354b45 (patch)
treea897cb8903e0ec5e2241a4f1bd7f1e9f9a100f77 /modules/home-manager/shell.nix
parent63a6c61202d9b596678b461b5593594ab6071785 (diff)
parentc4446b5f9fc3cdbf9b4c8a22f420410a57627d21 (diff)
Merge branch 'master' of ssh://git.wormcar.gay:2200/devinf/nix-config
Diffstat (limited to 'modules/home-manager/shell.nix')
-rw-r--r--modules/home-manager/shell.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix
index a32a086..304c8b7 100644
--- a/modules/home-manager/shell.nix
+++ b/modules/home-manager/shell.nix
@@ -3,6 +3,15 @@
enable = true;
shellAliases = {
ll = "ls -l";
+ copy = "wl-copy";
+ paste = "wl-paste";
+ home = "cd ~";
+ work = "ssh root@worktest.gotdns.ch -p 2200";
+ avery = "ssh root@sangastrology.com -p 2200";
+ chaos = "ssh root@chaostesting.xyz -p 2200";
+ egpu = "(DRI_PRIME=pci-0000_05_00_0 glxinfo | grep 'OpenGL renderer')";
+ checkgpu = "(lspci | grep VGA)";
+ cat = "bat -f # --paging never"
};
configFile.source = ../../resources/nushell/config.nu;
environmentVariables = {