remove 'custom' namespace

This commit is contained in:
Aaron Manning
2026-09-16 14:02:50 +10:00
parent db1c8833ce
commit ce280013bd
+2 -2
View File
@@ -1,10 +1,10 @@
{ config, lib, pkgs, package, ... }:
let
cfg = config.custom.minimal-youtube;
cfg = config.minimal-youtube;
in
{
options.custom.minimal-youtube = {
options.minimal-youtube = {
enable = lib.mkEnableOption "minimal-youtube web app";
port = lib.mkOption {
type = lib.types.port;