move host specific module imports into hosts default.nix

This commit is contained in:
Vinzenz Schroeter 2025-12-11 20:27:18 +01:00
parent e04f33e50c
commit 0bb0018450
5 changed files with 30 additions and 42 deletions

View file

@ -1,11 +1,17 @@
{
config,
pkgs,
my-nixos-modules,
...
}:
{
imports = [
./hardware.nix
my-nixos-modules.user-ronja
my-nixos-modules.gnome
my-nixos-modules.steam
my-nixos-modules.wine-gaming
my-nixos-modules.vinzenz-desktop-settings
];
config = {