mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
switch to babelfish to improve fish macos startup
This commit is contained in:
parent
f4d9897f21
commit
4df1132eb7
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
|
./fish.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./hammerspoon.nix
|
./hammerspoon.nix
|
||||||
./homebrew.nix
|
./homebrew.nix
|
||||||
|
11
modules/darwin/fish.nix
Normal file
11
modules/darwin/fish.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
|
||||||
|
config = {
|
||||||
|
|
||||||
|
# MacOS-specific settings for Fish
|
||||||
|
programs.fish.useBabelfish = true;
|
||||||
|
programs.fish.babelfishPackage = pkgs.babelfish;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user