{ config, pkgs, ... }:

{
  home.username = "tobias";
  home.homeDirectory = "/home/tobias";

  imports = [
    ./common.nix
    ./graphical.nix
  ];
}