hotfix de reestructuración

This commit is contained in:
Fabián Montero 2022-11-29 21:47:43 -06:00
parent b29950097c
commit 0bdad7bc4e
8 changed files with 18 additions and 14 deletions

View file

@ -6,7 +6,7 @@ in {
config = mkIf cfg.enable {
home.packages = [
(pkgs.callPackage ./package.nix {})
protonup
pkgs.protonup
];
};
}