Files
nixos-flake/hosts/thiccpad/default.nix
T
2026-01-19 15:05:33 +00:00

16 lines
229 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
../../modules/apps
../../modules/core
../../modules/desktop
../../modules/hardware
../../modules/services
];
networking.hostName = "endgame";
}