{config, ...}: { flake.modules.nixos.displaylink = {...}: { imports = with config.flake.modules.nixos; [ # FIXME: w imports both this and 'tidal' and both of these import 'unfree' # aaaand that breaks things :D # maybe fixed by newer flake-parts but maybe not #unfree ]; arta.unfree.allow = ["displaylink"]; services.xserver.videoDrivers = ["displaylink"]; }; }