fix networkmanager

This commit is contained in:
Dennis Schoepf 2025-12-16 22:41:01 +01:00
parent 7cf36dfa51
commit a8b15311f1
3 changed files with 33 additions and 24 deletions

View file

@ -6,6 +6,9 @@
...
}:
let
backportPkgs = inputs.nixpkgs-backport-fix.legacyPackages.${pkgs.system};
in
{
imports = [
# Include the results of the hardware scan.
@ -29,6 +32,10 @@
# in modules/default.nix
nixpkgs.overlays = [
inputs.zellij-switch.overlays.default
(final: prev: {
networkmanager = backportPkgs.networkmanager;
})
];
# General settings