cfg some utils
This commit is contained in:
parent
35dacb96f3
commit
c54a18e3b3
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue