mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 21:35:34 +03:00
Update nix flake
This commit is contained in:
@@ -26,7 +26,9 @@
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
nixosModules.photocatalog = { config, lib, pkgs, ... }: {
|
nixosModules.photocatalog = { config, lib, pkgs, ... }:
|
||||||
|
with lib;
|
||||||
|
{
|
||||||
options.photocatalog = {
|
options.photocatalog = {
|
||||||
enable = lib.mkEnableOption "Enable photocatalog";
|
enable = lib.mkEnableOption "Enable photocatalog";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user