update homemanager settings
This commit is contained in:
parent
34ce6efa04
commit
799fad03d5
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
options,
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
with lib;
|
|
||||||
with lib.wyrdgard; let
|
|
||||||
cfg = config.wyrdgard.tools.nix-ld;
|
|
||||||
in {
|
|
||||||
options.wyrdgard.tools.nix-ld = with types; {
|
|
||||||
enable = mkBoolOpt false "Wether or not to enable nix-ld";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
programs.nix-ld.enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue