1

Modules/Qutebrowser: Prepare qutebrowser module

This commit is contained in:
2025-07-20 23:04:02 +02:00
parent 20e9cb7e2d
commit 181d21581f
6 changed files with 322 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
lib,
mylib,
...
}: {
enable = lib.mkEnableOption "TEMPLATE";
}