gurk-rs: fix missing s in home.packages (#7467)

This commit is contained in:
awwpotato
2025-07-13 18:36:07 -05:00
committed by GitHub
parent 7969ed8baa
commit 1a4d8ffd32
+1 -1
View File
@@ -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