{ config, pkgs, ... }:
{
imports = [
./hardware-configuration.nix
];
networking.hostName = "kiana-desktop";
}