mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 12:59:22 +02:00
add tela
This commit is contained in:
parent
230e092d5a
commit
1be7c17d9a
3 changed files with 25 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue