nixos/home/env/default.nix

11 lines
92 B
Nix

{ ... }:
{
imports = [
./bash.nix
./zsh.nix
./fish.nix
./qemu.nix
];
}