x13s: bump nixpkgs-unstable, use signal from 3rd party flake, add extra-container

This commit is contained in:
steveej 2025-02-20 10:32:17 +01:00
parent fe7930c50b
commit d1a0771733
5 changed files with 100 additions and 9 deletions

View file

@ -1,4 +1,8 @@
{ pkgs, ... }:
{ pkgs, nodeFlake, ... }:
let
pkgsStable = nodeFlake.inputs.nixpkgs-stable.legacyPackages.${pkgs.system};
in
{
home.packages = [ pkgs.libreoffice ];
home.packages = [ pkgsStable.libreoffice ];
}