random stuff
This commit is contained in:
parent
ec717bcaf8
commit
7fa2c15c64
6 changed files with 83 additions and 57 deletions
14
modules/software/shells/fish.nix
Normal file
14
modules/software/shells/fish.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }:{
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
useBabelfish = true;
|
||||
shellInit = ''
|
||||
starship init fish | source
|
||||
'';
|
||||
};
|
||||
nix-index.enableFishIntegration = true;
|
||||
direnv.enableFishIntegration = true;
|
||||
foot.enableFishIntegration = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue