From 3e796819d0fe71b6d13d6ae02e3764275776575c Mon Sep 17 00:00:00 2001 From: benvonh Date: Tue, 24 Dec 2024 02:49:21 +1000 Subject: [PATCH] Use correct nix path to snapshot.sh --- nix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/module.nix b/nix/module.nix index 283d252..7524260 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -175,7 +175,7 @@ in menus.dashboard.shortcuts.right.shortcut1.command = mkStrOption "sleep 0.5 && hyprpicker -a"; menus.dashboard.shortcuts.right.shortcut1.icon = mkStrOption ""; menus.dashboard.shortcuts.right.shortcut1.tooltip = mkStrOption "Color Picker"; - menus.dashboard.shortcuts.right.shortcut3.command = mkStrOption "bash -c \"${./scripts/snapshot.sh}\""; + menus.dashboard.shortcuts.right.shortcut3.command = mkStrOption "bash -c \"${../scripts/snapshot.sh}\""; menus.dashboard.shortcuts.right.shortcut3.icon = mkStrOption "󰄀"; menus.dashboard.shortcuts.right.shortcut3.tooltip = mkStrOption "Screenshot"; menus.dashboard.stats.enable_gpu = mkBoolOption false;