aboutsummaryrefslogtreecommitdiff
path: root/modules/users/shells/default.nix
blob: 9abd8043a9d1852af6cbae763e24cadd67c8c652 (plain)
1
2
3
4
5
6
7
{ ... }:
{
  imports = [
    ./zsh
		./bash
  ];
}