{ lib, config, ...}:
{
imports = [
./aliases.nix
./functions.nix
];
programs.fish = {
enable = true;
shellInit = "
if test -e /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish
source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish
end
";
};
}