diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-07 18:14:13 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-07 18:14:13 -0700 |
| commit | 78313079af250dd9dd4937044500a74684fad18a (patch) | |
| tree | 5e92abe641c97a486ba848cee2f02f8890933642 /modules | |
| parent | c4446b5f9fc3cdbf9b4c8a22f420410a57627d21 (diff) | |
missing semicolon
Diffstat (limited to 'modules')
| -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 = { |
