random stuff

This commit is contained in:
Ranomier 2025-01-13 03:13:37 +01:00
parent ec717bcaf8
commit 7fa2c15c64
6 changed files with 83 additions and 57 deletions

View 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;
};
}