mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50:30 +01:00
fix: do not import displaylink for now
This commit is contained in:
parent
299b2f1a56
commit
a5223cd0c0
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# DisplayLink
|
# DisplayLink
|
||||||
import = [ (../modules/core/displaylink.nix) ];
|
# imports = [ ../modules/core/displaylink.nix ];
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue