summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-12-08 14:59:51 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-12-08 14:59:51 -0700
commit05bfe61cb6b7fd3afddefbad5beee017f2482ca4 (patch)
tree8254358d6a46158cb09f5dc662ab167caa544626 /modules/home-manager
parent29adb29b3862e5c97d301b020cce0dd9a4354b45 (diff)
parent78313079af250dd9dd4937044500a74684fad18a (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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix
index 304c8b7..69faf2e 100644
--- a/modules/home-manager/shell.nix
+++ b/modules/home-manager/shell.nix
@@ -11,7 +11,7 @@
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"
+ cat = "bat -f # --paging never";
};
configFile.source = ../../resources/nushell/config.nu;
environmentVariables = {