1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 13:03:33 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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