nix-dotfiles/systems/onizuka/default.nix
langedev 5f2b93e522 Squashed commit of the following:
commit b56a956345dbe9cc152097b540436a74fee3a844
Author: langedev <public@daltonlange.com>
Date:   Wed Feb 21 14:31:11 2024 -0800

    Fix typo

commit 38aadf56730fb7d7a9ddbf704d024061c43983b3
Author: langedev <public@daltonlange.com>
Date:   Wed Feb 21 14:24:49 2024 -0800

    testing refactoring
2024-02-21 14:48:45 -08:00

9 lines
140 B
Nix

{ config, pkgs, lib, ... }:
{
networking.hostName = "onizuka";
imports = [
./hardware.nix
../../modules/graphics/nvidia
];
}