home.social

#yannix — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #yannix, aggregated by home.social.

  1. Added a :nixos: NixOS and home manager option to pick certain packages by name from other packagesets like nixpkgs-unstable:

    {
    nixpkgs.overlayPackages.from.nixpkgs-unstable.packageNames = [ "firefox" "zellij" ];
    }

    Unless specified uses a heuristic to grab the packageset from flake inputs, composes nicely from different modules and honors your allowUnfree setting.

    search.nixos.org/flakes?query=