summaryrefslogtreecommitdiff
path: root/modules/pc/software/shell.nix
blob: 0b3508f554b32104fa395e2c3dc1d05305f817c9 (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, ... }:
{
  environment = with pkgs; {
    binsh = "${dash}/bin/dash";
    shells = [ fish ];
  };
}