mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fixed naming mismatch
This commit is contained in:
parent
ba1b9964d0
commit
b490506e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ let
|
|||
conf = pkgs.writeText "config.toml" (import ./config { inherit home; });
|
||||
|
||||
in
|
||||
{ options.modules.system.bitcoin.electrum = { enable = mkEnableOption "bitcoin.electrum"; };
|
||||
{ options.modules.system.bitcoin.electrum = { enable = mkEnableOption "system.bitcoin.electrum"; };
|
||||
config = mkIf (cfg.enable && btc.enable) {
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue