This commit is contained in:
jopejoe1 2025-02-15 17:31:52 +01:00
parent 230e092d5a
commit 1be7c17d9a
3 changed files with 25 additions and 0 deletions

View file

@ -127,6 +127,9 @@ in
(_self: super: rec {
firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system};
localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system};
tela-icon-theme = super.tela-icon-theme.overrideAttrs {
src = self.inputs.tela;
};
})
];
};