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