fix networkmanager
This commit is contained in:
parent
7cf36dfa51
commit
a8b15311f1
3 changed files with 33 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue