cfg some utils

This commit is contained in:
admin 2024-04-26 12:43:43 +02:00
parent 35dacb96f3
commit c54a18e3b3

View file

@ -126,20 +126,24 @@
nil
starship
tailscale
alejandra
];
programs = {
programs.fish= {
ssh.startAgent = true;
fish= {
enable=true;
shellInit = "starship init fish | source";
};
programs.starship.enable = true;
programs.starship.settings = {
starship.enable = true;
starship.settings = {
shell = {
disabled = false;
fish_indicator = "";
bash_indicator = "BASH";
};
};
};
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.