changing to lix

This commit is contained in:
Christoph Hollizeck 2024-08-14 10:39:56 +02:00
parent 2e97fd6671
commit 4f3763ecda
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
9 changed files with 97 additions and 61 deletions

View file

@ -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; };
}