diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-09 16:24:15 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-09 16:24:15 -0700 |
| commit | e00086164b16bdb702203e648bb5fd3074b75af1 (patch) | |
| tree | 0005bf903c952ba95835a06093d589e75ea8e666 /modules | |
| parent | 05bfe61cb6b7fd3afddefbad5beee017f2482ca4 (diff) | |
| parent | 48d39a45b937b4d8a4e81882bc1cd50a5edae3c7 (diff) | |
Merge branch 'master' of ssh://git.wormcar.gay:2200/devinf/nix-config
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/shell.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 69faf2e..ad435da 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -9,8 +9,8 @@ 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)"; + # 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; |
