mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
tint2: correctly reference the provided package (#3125)
This commit is contained in:
@@ -31,7 +31,7 @@ in {
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [ pkgs.package ];
|
||||
home.packages = [ cfg.package ];
|
||||
|
||||
xdg.configFile = {
|
||||
"tint2/tint2rc" =
|
||||
|
||||
Reference in New Issue
Block a user