nixos-config/pkgs
Gabriel Arazas ea68dbbf54
firefox-addons: init list of addons
This is generated from mozilla-addons-to-nix from rycee. It is also how
they build their own list of Firefox addons in the NUR repo.
2023-07-06 11:05:15 +08:00
..
awesome-cli awesome-cli: init at 0.7.2 2022-07-09 07:06:31 +08:00
cosmic-launcher cosmic-launcher: 2022-08-12 -> unstable-2022-09-25 2022-09-26 08:35:52 +08:00
cursedgl
decker decker: 1.4 -> 1.7 2022-12-20 11:10:34 +08:00
domterm
firefox-addons firefox-addons: init list of addons 2023-07-06 11:05:15 +08:00
gnome-shell-extension-burn-my-windows
kiwmi kiwmi: init at 2022-09-26 2022-09-26 08:36:28 +08:00
lwp lwp: 1.1 -> 1.2 2022-10-24 12:11:38 +08:00
nautilus-annotations nautilus-annotations: 0.8.4 -> 0.10.0 2022-11-01 12:28:00 +08:00
neuwaita-icon-theme neuwaita-icon-theme: rename from skeuowaita 2022-06-08 22:41:45 +08:00
pop-launcher-plugin-brightness pop-launcher-plugin-brightness: init at 2022-08-07 2022-08-07 13:30:19 +08:00
pop-launcher-plugin-jetbrains pop-launcher-plugin-jetbrains: init at 2022-08-07 2022-08-07 13:30:19 +08:00
smile smile: 1.7.0 -> 2.3.0 2023-06-01 11:41:15 +08:00
software-heritage shw.swh-auth: update python-keycloak 2023-05-09 16:03:56 +08:00
speki speki: init at 0.4.8 2023-06-06 12:11:17 +08:00
tic-80 chore: reformat codebase 2022-11-19 11:32:29 +08:00
vgc vgc: unstable-2022-08-27 -> unstable-2023-02-05 2023-02-05 16:25:59 +08:00
watc watc: update package definition 2022-06-26 08:42:42 +08:00
wzmach wzmach: init at 1.0.0 2022-06-08 22:41:45 +08:00
xs
auto-editor.nix
clidle.nix
default.nix
distant.nix
freerct.nix
gnome-search-provider-recoll.nix
gnome-shell-extension-fly-pie.nix
gnome-shell-extension-pop-shell.nix
gol-c.nix
guile-config.nix
hush-shell.nix
ictree.nix
libcs50.nix
moac.nix
mopidy-beets.nix
mopidy-funkwhale.nix
mopidy-internetarchive.nix
pop-launcher-plugin-duckduckgo-bangs.nix
README.adoc
segno.nix
thokr.nix
vpaint.nix
wayback.nix

My custom packages live here. It is setup similar to nixpkgs and my previous NUR. Thus, the conventions are similar to the package definitions in the mentioned repositories.

It should be composed of a single entry point describing the entirety of the package repository similar to the pkgs/top-level/all-packages.nix for nixpkgs. This is to easily import the package repository in a neat way.

To build the packages…

  • With Nix pre-v2.3, nix-build ./pkgs -A ${pkg}.

  • Nix v2.4 and enabled Nix flakes experimental feature and new CLi (e.g., experimental-features = nix-command flakes), nix build --file ./pkgs.