NixOS-Configs/hosts/ace/default.nix
2024-06-08 23:03:12 -05:00

13 lines
200 B
Nix

{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
# ../disko/mmcblk.nix
../workstation
../themes.nix
../wm
];
networking.hostName = "ace";
}