feat: add Fish config
This commit is contained in:
parent
a06df36065
commit
391b8cd1ac
1 changed files with 11 additions and 0 deletions
11
users/profiles/shells/fish.nix
Normal file
11
users/profiles/shells/fish.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ config, lib, ... }: {
|
||||||
|
programs = {
|
||||||
|
fish = {
|
||||||
|
enable = true;
|
||||||
|
functions = { };
|
||||||
|
shellAbbrs = { };
|
||||||
|
};
|
||||||
|
|
||||||
|
starship.enableFishIntegration = lib.mkIf config.programs.starship.enable true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue