more stuff
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{config, lib, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.kop.nix.index;
|
||||
cfg = config.custom.nix.index;
|
||||
in
|
||||
{
|
||||
options.kop.nix.index = {
|
||||
options.custom.nix.index = {
|
||||
enable = mkEnableOption "Enables nix index";
|
||||
};
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{config, lib, pkgs, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.kop.nix.ld;
|
||||
cfg = config.custom.nix.ld;
|
||||
in
|
||||
{
|
||||
options.kop.nix.ld = {
|
||||
options.custom.nix.ld = {
|
||||
enable = mkEnableOption "Enables nix ld";
|
||||
};
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{lib, inputs, config, pkgsVersion, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.kop.nix.settings;
|
||||
cfg = config.custom.nix.settings;
|
||||
in
|
||||
{
|
||||
options.kop.nix.settings = {
|
||||
options.custom.nix.settings = {
|
||||
enable = mkEnableOption "Enables various nix settings";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user