blob: b7d0f2f60af8d00fb09388e29d46dfa123d85472 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = [
pkgs.gtimelog
pkgs.haskellPackages.arbtt
];
}