aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/fo
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-23 20:55:45 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-23 20:55:45 +0200
commit5b2bab1716c0c21c7da9038de7752c33fb5cd948 (patch)
treec6b63ed264d4c689e18625d60fe81350203caa93 /modules/by-name/fo
parentmodules/foot: Switch to carbonfox again (diff)
downloadnixos-config-5b2bab1716c0c21c7da9038de7752c33fb5cd948.zip
modules/foot: Make the path regex include the final file
Diffstat (limited to 'modules/by-name/fo')
-rw-r--r--modules/by-name/fo/foot/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/fo/foot/module.nix b/modules/by-name/fo/foot/module.nix
index 00c198fa..b698eee9 100644
--- a/modules/by-name/fo/foot/module.nix
+++ b/modules/by-name/fo/foot/module.nix
@@ -42,7 +42,7 @@ in {
launch = "git show \${match}";
};
"regex:paths" = {
- regex = "([^ '\"`=:\\\\[\\\\(]*/)([^/: '\"`\\\\)\\\\]]*)";
+ regex = "([^ '\"`=:\\\\[\\\\(]*/[^/: '\"`\\\\)\\\\]*)";
launch = "ll \${match}";
};