tint2: correctly reference the provided package (#3125)

This commit is contained in:
Sky Leite
2022-08-02 21:01:13 -03:00
committed by GitHub
parent 77648a07e4
commit d8d9ff0b2d

View File

@@ -31,7 +31,7 @@ in {
};
config = mkIf cfg.enable {
home.packages = [ pkgs.package ];
home.packages = [ cfg.package ];
xdg.configFile = {
"tint2/tint2rc" =