From 128391afb2203e61e9eaecdd6b8a4a59a1d78379 Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Tue, 28 Jul 2026 06:49:42 +0200 Subject: [PATCH] -zellij-ps --- profiles/base/cli-tools/default.nix | 1 - profiles/contexts/desktop/wm/hyprland.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/base/cli-tools/default.nix b/profiles/base/cli-tools/default.nix index 9006eb5..2fd55ad 100644 --- a/profiles/base/cli-tools/default.nix +++ b/profiles/base/cli-tools/default.nix @@ -13,7 +13,6 @@ ./packages.nix ./television.nix ./zellij.nix - ./zellij-ps.nix ./zoxide.nix ]; } diff --git a/profiles/contexts/desktop/wm/hyprland.nix b/profiles/contexts/desktop/wm/hyprland.nix index fb11344..29fe613 100644 --- a/profiles/contexts/desktop/wm/hyprland.nix +++ b/profiles/contexts/desktop/wm/hyprland.nix @@ -191,7 +191,7 @@ in { "$terminal" = "ghostty"; bind = [ - "$mainMod, return, exec, $terminal nu -c zellij-ps" + # "$mainMod, return, exec, $terminal nu -c zellij-ps" "$mainMod, t, exec, $terminal -e nu -c 'nitch; exec nu'" "$mainMod SHIFT, t, exec, launch-timer" "$mainMod, n, exec, $terminal -e nvim"