feat: remove bootloader and move it into the hosts directly. also remove openrgb

This commit is contained in:
Ahwx 2025-02-13 11:24:33 +01:00
parent 07b52feb4c
commit 3693929c5b
4 changed files with 14 additions and 5 deletions

View file

@ -1,12 +1,10 @@
{ ... }:
{
imports =
[(import ./bootloader.nix)]
++ [(import ./docker.nix)]
[(import ./docker.nix)]
++ [(import ./hardware.nix)]
++ [(import ./displaylink.nix)]
# ++ [(import ./printing.nix)]
# ++ [(import ./openrgb.nix)]
++ [(import ./xserver.nix)]
++ [(import ./network.nix)]
++ [(import ./pipewire.nix)]

View file

@ -1,7 +1,6 @@
{ ... }:
{
imports =
# [(import ./bootloader.nix)]
[(import ./hardware.nix)]
++ [(import ./network.nix)]
++ [(import ./program.nix)]