LRCLN5QMLHGEH6G2IU35IEWHHNEH7FNKKYPO7DOPXGYEHBERM5RAC
PNKSVM5EGSTD6ZIRPJD233SGJDNPE2VMUHTA5F2C3Y7HEYKBZLGQC
{ self, channel, inputs, ... }: { nix.nixPath = [ "nixpkgs=${channel.input}" "nixos-config=${self}/lib/compat/nixos" "home-manager=${inputs.home}" ];}
{ self, channel, inputs, ... }: {
nix.nixPath = [
"nixpkgs=${channel.input}"
"nixos-config=${self}/lib/compat/nixos"
"home-manager=${inputs.home}"
];
}
inherit (channels.nixos-latest) libreoffice # Broken in 21.11, remove from here once fixed ;
inherit (channels.nixos-latest)
libreoffice # Broken in 21.11, remove from here once fixed
;