10 lines
85 B
Nix
10 lines
85 B
Nix
|
|
{ config, pkgs, lib, ... }:
|
||
|
|
|
||
|
|
{
|
||
|
|
imports = [
|
||
|
|
./fish
|
||
|
|
./xonsh
|
||
|
|
./zsh
|
||
|
|
];
|
||
|
|
}
|