1

Nixos: Alacritty + Zathura modules

This commit is contained in:
2024-10-11 21:47:05 +02:00
parent 71c59e4ea2
commit 9aaa126697
6 changed files with 292 additions and 284 deletions

View File

@ -0,0 +1,9 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOpt "Enable Zathura";
}