refactored system

This commit is contained in:
Till 2026-01-22 00:13:33 +01:00
parent 6a62e2f23f
commit 386d889455
55 changed files with 336 additions and 580 deletions

16
hosts/homer/default.nix Normal file
View file

@ -0,0 +1,16 @@
{ ... }:
{
networking.hostName = "homer";
imports = [
./hardware.nix
../system
../system/desktop
../system/desktop/gnome.nix
../system/desktop/steam.nix
../system/desktop/remote-desktop.nix
../system/media-server.nix
../users/guest.nix
];
}