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