1
0
Fork 0
mirror of https://github.com/jbowdre/dotfiles.git synced 2024-12-24 21:22:18 +00:00
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;
};
}