diff --git a/common/user.nix b/common/user.nix index aa1bd4c..0ff6f8c 100644 --- a/common/user.nix +++ b/common/user.nix @@ -35,9 +35,6 @@ in rec { hashedPassword = secrets.hashed-password; }; programs.gnupg.agent.enable = true; - home-manager.users.ivabus = { - - }; }) (lib.mkIf (cfg.user.enable) {