dotfiles/home/modules/tui/fish/default.nix

13 lines
143 B
Nix
Raw Normal View History

2024-12-04 04:21:17 +00:00
{
imports = [
./abbrs.nix
./aliases.nix
./functions.nix
./shell-init.nix
];
programs.fish = {
enable = true;
};
}