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

8 lines
75 B
Nix

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