summaryrefslogtreecommitdiff
path: root/cli/meta/shell/default.nix
blob: 0d60ba0d829795cee4cf46758b4fc9f17ff2e709 (plain) (blame)
1
2
3
4
5
{ pkgs, ... }: {
  home.packages = with pkgs; [
    shellclear
  ];
}