diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index b2617cc..6c6d566 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -17,6 +17,7 @@ in { # egpu = "(DRI_PRIME=pci-0000_05_00_0 glxinfo | grep 'OpenGL renderer')"; # checkgpu = "(lspci | grep VGA)"; cat = "bat -f # --paging never"; + rofi = "wofi -d"; search = "nix search nixpkgs#"; }; configFile.source = ../../resources/nushell/config.nu; |
