2023-11-19 20:48:22 -08:00
|
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
networking.hostName = "onizuka";
|
|
|
|
|
imports = [
|
2024-02-21 14:48:45 -08:00
|
|
|
./hardware.nix
|
|
|
|
|
../../modules/graphics/nvidia
|
2024-03-05 21:31:57 -08:00
|
|
|
../../modules/etc/steam
|
2024-03-17 16:14:40 -07:00
|
|
|
../../modules/etc/anime-launcher
|
2024-04-05 16:32:10 -07:00
|
|
|
../../modules/etc/input-remapper
|
2023-11-19 20:48:22 -08:00
|
|
|
];
|
|
|
|
|
}
|