2023-10-04 21:08:14 +00:00
|
|
|
self: super: {
|
|
|
|
hacompanion = super.callPackage ./hacompanion { };
|
|
|
|
cpthook = super.callPackage ./cpthook { };
|
|
|
|
|
|
|
|
python3 = super.python3.override {
|
|
|
|
packageOverrides = python-self: python-super: {
|
2024-01-09 23:33:04 +00:00
|
|
|
pytapo = python-self.callPackage ./pytapo { };
|
|
|
|
brother-ql = python-self.callPackage ./brother-ql { };
|
2023-10-04 21:08:14 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2023-12-13 22:57:13 +00:00
|
|
|
#gotosocial = super.callPackage ./gotosocial { };
|
2024-03-08 17:59:40 +00:00
|
|
|
#pulse-secure = super.callPackage ./pulse-secure { };
|
2024-01-09 23:33:04 +00:00
|
|
|
studio-link = super.callPackage ./studio-link { };
|
2024-03-08 17:59:40 +00:00
|
|
|
#nginxModules = super.recurseIntoAttrs (super.callPackage ./nginx/modules.nix { });
|
2024-11-21 22:50:18 +00:00
|
|
|
#libedgetpu = self.callPackage ./libedgetpu { };
|
2024-01-09 23:33:04 +00:00
|
|
|
neolink = self.callPackage ./neolink { };
|
2024-03-08 17:59:40 +00:00
|
|
|
#mealie = self.callPackage ./mealie { };
|
2024-02-14 09:53:55 +00:00
|
|
|
gohome = self.callPackage ./gohome { };
|
2024-03-05 22:19:38 +00:00
|
|
|
matrix-alertmanager-receiver = self.callPackage ./matrix-alertmanager-receiver { };
|
2024-07-15 16:41:16 +00:00
|
|
|
vimPlugins = super.vimPlugins.extend (self': super': {
|
2024-05-15 13:43:06 +00:00
|
|
|
netrw-nvim = super.callPackage ./netrw-nvim { };
|
|
|
|
});
|
|
|
|
salt-lint = super.callPackage ./salt-lint { };
|
2024-07-15 16:41:16 +00:00
|
|
|
|
|
|
|
nerdfonts = super.nerdfonts.override {
|
|
|
|
fonts = [
|
|
|
|
"DroidSansMono"
|
|
|
|
"FiraCode"
|
|
|
|
"FiraMono"
|
|
|
|
"Inconsolata"
|
|
|
|
"Iosevka"
|
|
|
|
"Meslo"
|
|
|
|
];
|
|
|
|
};
|
2023-12-01 13:58:00 +00:00
|
|
|
}
|