mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: displaylink is not required at the moment and takes lots of cpu
This commit is contained in:
parent
1259d5fe79
commit
b9e2e56206
1 changed files with 16 additions and 16 deletions
|
|
@ -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) ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue