mullvad-vpn: fix home.package -> home.packages
This commit is contained in:
parent
c7acf2b1bf
commit
a5506862dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue