From a3034bbff7a1fb055bc259405b88f7f36689df59 Mon Sep 17 00:00:00 2001 From: Mark Dickie Date: Thu, 30 Apr 2026 13:51:44 +0000 Subject: [PATCH] Fix pyprland config --- modules/home-manager/pyprland.nix | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/modules/home-manager/pyprland.nix b/modules/home-manager/pyprland.nix --- a/modules/home-manager/pyprland.nix +++ b/modules/home-manager/pyprland.nix @@ -22,7 +22,7 @@ else '' [scratchpads.cheatsheet] - command = "~/.local/share/hyperdeepnix/bin/hyperdeepnix-show-cheatsheets" + command = "~/.local/share/hyperdeepnix/bin/hyperdeepnix-show-cheatsheets.sh" class = "com.markd.cheatsheet" match_by = "class" lazy = true -- tangled.sh