chore: fix tpyo
This commit is contained in:
parent
e6243b48ba
commit
e46eba32a6
2 changed files with 9 additions and 21 deletions
|
@ -20,27 +20,16 @@ in
|
|||
|
||||
};
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
# Install fish systemwide
|
||||
config.programs.fish = mkIf cfg.enable {
|
||||
enable = true;
|
||||
vendor = {
|
||||
completions.enable = true;
|
||||
config.enable = true;
|
||||
functions.enable = true;
|
||||
# Install fish systemwide
|
||||
config.programs.fish = mkIf cfg.enable {
|
||||
enable = true;
|
||||
vendor = {
|
||||
completions.enable = true;
|
||||
config.enable = true;
|
||||
functions.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Install fish plugins systemwide
|
||||
config.mySystem.system.packages = with pkgs; mkIf cfg.enable [
|
||||
fishPlugins.done
|
||||
fishPlugins.fzf-fish
|
||||
fishPlugins.forgit
|
||||
fishPlugins.hydro
|
||||
fzf
|
||||
fishPlugins.grc
|
||||
grc
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
with lib;
|
||||
{
|
||||
|
||||
config.mySystem.shell.fish.plugins = true;
|
||||
config.boot = {
|
||||
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ]; # Enabled for raspi4 compilation
|
||||
|
|
Reference in a new issue