mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
tint2: correctly reference the provided package (#3125)
This commit is contained in:
parent
77648a07e4
commit
d8d9ff0b2d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [ pkgs.package ];
|
||||
home.packages = [ cfg.package ];
|
||||
|
||||
xdg.configFile = {
|
||||
"tint2/tint2rc" =
|
||||
|
|
Loading…
Reference in a new issue