From f862ee2c8e9c08477fec009d98e82a83a346d19d Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 18 Jul 2024 17:17:26 -0600 Subject: for qutebrowser password script --- modules/home-manager/shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home-manager') 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; -- cgit v1.2.3