mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-19 03:02:17 +00:00
12 lines
143 B
Nix
12 lines
143 B
Nix
{
|
|
imports = [
|
|
./abbrs.nix
|
|
./aliases.nix
|
|
./functions.nix
|
|
./shell-init.nix
|
|
];
|
|
|
|
programs.fish = {
|
|
enable = true;
|
|
};
|
|
}
|