chore: displaylink is not required at the moment and takes lots of cpu

This commit is contained in:
Ahwx 2025-05-09 03:44:04 +02:00
parent 1259d5fe79
commit b9e2e56206

View file

@ -1,21 +1,21 @@
{ ... }: { ... }:
{ {
imports = imports =
[(import ./docker.nix)] [ (import ./docker.nix) ]
++ [(import ./hardware.nix)] ++ [ (import ./hardware.nix) ]
++ [(import ./displaylink.nix)] # ++ [(import ./displaylink.nix)]
# ++ [(import ./printing.nix)] # ++ [(import ./printing.nix)]
++ [(import ./xserver.nix)] ++ [ (import ./xserver.nix) ]
++ [(import ./network.nix)] ++ [ (import ./network.nix) ]
++ [(import ./pipewire.nix)] ++ [ (import ./pipewire.nix) ]
++ [(import ./program.nix)] ++ [ (import ./program.nix) ]
++ [(import ./sshd.nix)] ++ [ (import ./sshd.nix) ]
++ [(import ./security.nix)] ++ [ (import ./security.nix) ]
++ [(import ./services.nix)] ++ [ (import ./services.nix) ]
++ [(import ./system.nix)] ++ [ (import ./system.nix) ]
++ [(import ./user.nix)] ++ [ (import ./user.nix) ]
++ [(import ./bluetooth.nix)] ++ [ (import ./bluetooth.nix) ]
++ [(import ./yubikey.nix)] ++ [ (import ./yubikey.nix) ]
++ [(import ./steam.nix)] ++ [ (import ./steam.nix) ]
++ [(import ./wayland.nix)]; ++ [ (import ./wayland.nix) ];
} }