From 01781658b87f573f05e1fa3f48be810656b93d84 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 9 Feb 2023 10:44:49 +0530 Subject: working config --- scripts/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/default.nix') diff --git a/scripts/default.nix b/scripts/default.nix index 220d76d..f134556 100644 --- a/scripts/default.nix +++ b/scripts/default.nix @@ -36,6 +36,9 @@ let # battery script battery = import ./battery.nix pkgs; + # run-on-gpu script + battery = import ./nvidia-offload.nix pkgs; + # fzf script to switch between tmux sessions tmux-fzf = pkgs.writeScriptBin "tmux-fzf" '' LIST_DATA="#{session_name}/#{window_name}/#{pane_current_command} @ #{pane_current_path}" -- cgit v1.2.3