This commit is contained in:
Bryan Ramos 2023-06-06 02:28:37 -04:00
parent cc18493707
commit 6fff6d1845
673 changed files with 1070 additions and 124971 deletions

View file

@ -1,15 +0,0 @@
{ pkgs, lib, config, ... }:
with lib;
let
cfg = config.modules.corn;
in
{ options.modules.corn = { enable = mkEnableOption "corn"; };
config = mkIf cfg.enable {
home.packages = with pkgs; [
trezor-suite trezorctl
electrum bisq-desktop
];
};
}