mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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; });
|
conf = pkgs.writeText "config.toml" (import ./config { inherit home; });
|
||||||
|
|
||||||
in
|
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) {
|
config = mkIf (cfg.enable && btc.enable) {
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue