server config builds now

This commit is contained in:
pagedmov
2024-11-02 11:54:44 -04:00
parent 2bb66a88bb
commit c216b02858
14 changed files with 15 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
{lib, config, pkgs, scheme, ... }: {
{lib, config, pkgs, scheme ? {}, ... }: {
options = {
kittyConfig.enable = lib.mkEnableOption "enables my kitty configuration";
};