remove 'custom' namespace
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user