fix networkmanager

This commit is contained in:
Dennis Schoepf 2025-12-16 22:56:19 +01:00
parent a8b15311f1
commit cf64cf0890
2 changed files with 18 additions and 1 deletions

View file

@ -34,7 +34,7 @@ in
inputs.zellij-switch.overlays.default
(final: prev: {
networkmanager = backportPkgs.networkmanager;
python3Packages.python-dbusmock = backportPkgs.python3Packages.python-dbusmock;
})
];