configuring
This commit is contained in:
parent
eeca795d8a
commit
500e8a7cd4
1 changed files with 9 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
age
|
||||
figlet
|
||||
ffmpeg
|
||||
rlwrap
|
||||
|
||||
mesa
|
||||
usbutils
|
||||
|
@ -104,7 +105,14 @@
|
|||
#enableFishIntegration = true; # see note on other shells below
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
fish.enable = true;
|
||||
fish = {
|
||||
enable = true;
|
||||
vendor = {
|
||||
completions.enable = true;
|
||||
config.enable = true;
|
||||
functions.enable = true;
|
||||
};
|
||||
};
|
||||
starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue