Skip to content

Guides

Guides and blogs that are interesting or (partially) applied to my current system

Resolve <nixpkgs> and other references to the flake input

https://ayats.org/blog/channels-to-flakes/ https://github.com/Gerg-L/nixos/blob/681ea1529269dbc62652e8368c7f4f1f659c661f/modules/nix.nix#L9-L16

1000 instances of nixpkgs

https://zimbatm.com/notes/1000-instances-of-nixpkgs

Generally accessing nixpkgs.legacyPackages.<system> will work for most use cases.

Configuring GNOME declaratively

https://hoverbear.org/blog/declarative-gnome-configuration-in-nixos/

gvolpe/dconf2nix

Command-not-found prompt + flakes

https://blog.nobbz.dev/blog/2023-02-27-nixos-flakes-command-not-found/