From 501d09c746c3f34fad154f3a0785423d3c336461 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 22 Oct 2024 05:35:54 +0300 Subject: [PATCH] Keyd: Change gimp disable signature. --- home/config/keyd/module/Disable.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/config/keyd/module/Disable.nix b/home/config/keyd/module/Disable.nix index 0fc759a..62ae02e 100644 --- a/home/config/keyd/module/Disable.nix +++ b/home/config/keyd/module/Disable.nix @@ -1,7 +1,8 @@ { pkgs, ... }: let apps = [ - "*|gnu-image-manipulation-program" + "gimp" + "gimp-*" "steam-proton" ];