starship changes
This commit is contained in:
parent
a2119c0030
commit
1357bb74b7
5 changed files with 9 additions and 22 deletions
|
@ -20,6 +20,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
programs.fish.enable = true;
|
||||
|
||||
users.users.${username}.shell = pkgs.fish;
|
||||
|
||||
environment = {
|
||||
shells = [pkgs.fish];
|
||||
|
@ -27,7 +28,6 @@ in {
|
|||
};
|
||||
|
||||
home-manager.users.${username} = {
|
||||
shell = pkgs.fish;
|
||||
programs = {
|
||||
zoxide.enable = true;
|
||||
zoxide.enableFishIntegration = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue