mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
gurk-rs: fix missing s in home.packages (#7467)
This commit is contained in:
parent
7969ed8baa
commit
1a4d8ffd32
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,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