nixos-config/pkgs
Gabriel Arazas dc28d16605 Revert installing keylist entries from pop-shell
Custom GSettings schema is not yet working. For more information, please
see the following issue.

https://github.com/NixOS/nixpkgs/issues/92265
2021-12-04 23:28:22 +08:00
..
default.nix init: pop-launcher-plugin-duckduckgo-bangs at 1.3.0 2021-12-02 21:44:49 +08:00
doggo.nix Update config and format the files 2021-11-30 09:03:05 +08:00
gnome-shell-extension-pop-shell.nix Revert installing keylist entries from pop-shell 2021-12-04 23:28:22 +08:00
libcs50.nix Add my custom packages 2021-11-29 17:58:20 +08:00
pop-launcher-plugin-duckduckgo-bangs.nix init: pop-launcher-plugin-duckduckgo-bangs at 1.3.0 2021-12-02 21:44:49 +08:00
pop-launcher.nix init: pop-launcher at 1.1.0 2021-12-02 21:44:37 +08:00
README.adoc Update package set and documentation 2021-11-29 18:27:56 +08:00
tic-80.nix Update config and format the files 2021-11-30 09:03:05 +08:00

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.

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 .#${pkg}.