starship?

This commit is contained in:
TheWanderingCrow 2024-11-05 10:08:16 -05:00
parent b992372fb1
commit bcc4a22279
2 changed files with 4 additions and 6 deletions

View file

@ -96,6 +96,10 @@
};
};
programs.starship = {
enable = true;
};
users.defaultUserShell = pkgs.zsh;
# Configure pulseaudio

View file

@ -135,11 +135,5 @@
gamescope
gamemode
] else []
) ++ (
# Fish shell stuff
[
fishPlugins.tide
procps
]
);
}