1

Nixos: Alacritty + Zathura modules

This commit is contained in:
2024-10-11 21:47:05 +02:00
parent 7b7cf60e51
commit 6a960b4826
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";
}