summaryrefslogtreecommitdiff
path: root/common/home/programs/bash/default.nix
blob: 31677af31dfae0872a83969014eb316be619d58f (plain)
1
2
3
4
5
6
7
8
{ ... }:
{
  enable = true;

  bashrcExtra = ''
    . "/home/n8/.nix-profile/etc/profile.d/hm-session-vars.sh"
  '';
}