mullvad-vpn: fix home.package -> home.packages

This commit is contained in:
eyjhb
2025-08-07 16:00:04 +02:00
committed by Austin Horstman
parent c7acf2b1bf
commit a5506862dc

View File

@@ -40,7 +40,7 @@ in
};
config = lib.mkIf cfg.enable {
home.package = lib.mkIf (cfg.package != null) [ cfg.package ];
home.packages = lib.mkIf (cfg.package != null) [ cfg.package ];
home.file."${
if pkgs.stdenv.hostPlatform.isDarwin then "Library/Application Support" else config.xdg.configHome