{ pkgs, ... }:
{
  imports = [
    ./hardware-configuration.nix
    #./disko.nix
  ];
}