diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-07-18 17:17:26 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-07-18 17:17:26 -0600 |
| commit | f862ee2c8e9c08477fec009d98e82a83a346d19d (patch) | |
| tree | a30c816abd42a3c64ca1f33e3bc45b7c49639ace /modules | |
| parent | a149311415f3d9feac5f6f834f770b811fd39a78 (diff) | |
for qutebrowser password script
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; |
