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