NixOS-Configs/hosts/harper2/default.nix

12 lines
202 B
Nix

{ config, pkgs, ... }:
{
imports =
[
inputs.stylix.nixosModules.stylix
./hardware-configuration.nix
../../server
../themes.nix
];
networking.hostName = "harper2";
}