{ config, pkgs, lib, ... }:
let
inherit (lib)
;
in
{
home.packages = with pkgs; [
git-annex
file
];
imports = [
../bash
}