diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-08 14:59:51 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-08 14:59:51 -0700 |
| commit | 05bfe61cb6b7fd3afddefbad5beee017f2482ca4 (patch) | |
| tree | 8254358d6a46158cb09f5dc662ab167caa544626 /modules/home-manager/shell.nix | |
| parent | 29adb29b3862e5c97d301b020cce0dd9a4354b45 (diff) | |
| parent | 78313079af250dd9dd4937044500a74684fad18a (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.nix | 2 |
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 = { |
