{ pkgs, ... }:
{
imports = [
../template.nix
#../../../nixos/shell.nix
];
environment.systemPackages = with pkgs; [ fastfetch ];
}