nix-dotfiles/nixosModules/apps/shells/default.nix

9 lines
85 B
Nix

{ config, pkgs, lib, ... }:
{
imports = [
./fish
./xonsh
./zsh
];
}