mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
dc28d16605
Custom GSettings schema is not yet working. For more information, please see the following issue. https://github.com/NixOS/nixpkgs/issues/92265 |
||
---|---|---|
.. | ||
default.nix | ||
doggo.nix | ||
gnome-shell-extension-pop-shell.nix | ||
libcs50.nix | ||
pop-launcher-plugin-duckduckgo-bangs.nix | ||
pop-launcher.nix | ||
README.adoc | ||
tic-80.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.
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}
.