got nvidia propritary Drivers working{

This commit is contained in:
steven carpenter 2025-09-01 16:20:13 -04:00
parent 92fea90ac6
commit 9ba38635df
9 changed files with 170 additions and 96 deletions

View file

@ -8,7 +8,7 @@
package = pkgs.superfile;
hotkeys = {
confirm = [ "enter" "" ];
quit = [ "ctrl+c" "" ];
quit = [ "ctrl+q" "" ];
list_up = [ "k" "up" ];
list_down = [ "j" "down" ];
page_up = [ "pgup" "" ];