chore: fix tpyo
This commit is contained in:
parent
e6243b48ba
commit
e46eba32a6
2 changed files with 9 additions and 21 deletions
|
@ -20,7 +20,7 @@ in
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
};
|
||||||
|
|
||||||
# Install fish systemwide
|
# Install fish systemwide
|
||||||
config.programs.fish = mkIf cfg.enable {
|
config.programs.fish = mkIf cfg.enable {
|
||||||
|
@ -32,15 +32,4 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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;
|
with lib;
|
||||||
{
|
{
|
||||||
|
|
||||||
config.mySystem.shell.fish.plugins = true;
|
|
||||||
config.boot = {
|
config.boot = {
|
||||||
|
|
||||||
binfmt.emulatedSystems = [ "aarch64-linux" ]; # Enabled for raspi4 compilation
|
binfmt.emulatedSystems = [ "aarch64-linux" ]; # Enabled for raspi4 compilation
|
||||||
|
|
Reference in a new issue