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, ... }: { config, lib, pkgs, package, ... }:
let let
cfg = config.custom.minimal-youtube; cfg = config.minimal-youtube;
in in
{ {
options.custom.minimal-youtube = { options.minimal-youtube = {
enable = lib.mkEnableOption "minimal-youtube web app"; enable = lib.mkEnableOption "minimal-youtube web app";
port = lib.mkOption { port = lib.mkOption {
type = lib.types.port; type = lib.types.port;