diff options
Diffstat (limited to 'scripts/default.nix')
-rw-r--r-- | scripts/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/default.nix b/scripts/default.nix index f134556..616be1c 100644 --- a/scripts/default.nix +++ b/scripts/default.nix | |||
@@ -37,7 +37,7 @@ let | |||
37 | battery = import ./battery.nix pkgs; | 37 | battery = import ./battery.nix pkgs; |
38 | 38 | ||
39 | # run-on-gpu script | 39 | # run-on-gpu script |
40 | battery = import ./nvidia-offload.nix pkgs; | 40 | nvidia-offload = import ./nvidia-offload.nix pkgs; |
41 | 41 | ||
42 | # fzf script to switch between tmux sessions | 42 | # fzf script to switch between tmux sessions |
43 | tmux-fzf = pkgs.writeScriptBin "tmux-fzf" '' | 43 | tmux-fzf = pkgs.writeScriptBin "tmux-fzf" '' |
@@ -78,4 +78,5 @@ in | |||
78 | tmux-fzf | 78 | tmux-fzf |
79 | portrait | 79 | portrait |
80 | landscape | 80 | landscape |
81 | nvidia-offload | ||
81 | ] | 82 | ] |