From ef91994c62f71ec6e60b750303e90932f65ef36c Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 15 Sep 2024 15:10:20 +0200 Subject: [PATCH] adding runix to toothpick --- home/modules/wm/hyprland/toothpick/keybinds.nix | 3 ++- home/users/toothpick/modules.nix | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/home/modules/wm/hyprland/toothpick/keybinds.nix b/home/modules/wm/hyprland/toothpick/keybinds.nix index 3d0cfb80..c63f7ed8 100644 --- a/home/modules/wm/hyprland/toothpick/keybinds.nix +++ b/home/modules/wm/hyprland/toothpick/keybinds.nix @@ -15,6 +15,7 @@ in { "$terminal" = "foot"; "$fileManager" = "thunar"; "$passwordManager" = "keepassxc"; + "$runix" = "runix.sh"; "$menu" = "pkill anyrun || anyrun | xargs hyprctl dispatch exec --"; "$menuw" = "pkill anyrun || anyrun | xargs hyprctl dispatch exec --"; "$browser" = "firefox"; @@ -45,7 +46,7 @@ in { "$mod SHIFT, E, exec, $ranger" "$mod, F, fullscreen," "$mod SHIFT, F, togglefloating," - "$mod, SPACE, exec, $menu" + "$mod, SPACE, exec, $runix" "$mod, P, pseudo," # dwindle "$mod, J, togglesplit," # dwindle "$mod, C, exec, hyprctl dispatch exec copyq toggle" diff --git a/home/users/toothpick/modules.nix b/home/users/toothpick/modules.nix index e2c0a150..74ffda61 100644 --- a/home/users/toothpick/modules.nix +++ b/home/users/toothpick/modules.nix @@ -70,6 +70,9 @@ yazi = { enable = true; }; + runix = { + enable = true; + }; misc = { enable = true; };