feat(fish@modules): display user

This commit is contained in:
2025-10-18 09:21:53 +01:00
parent 5def42d821
commit 52908ca9e5

View File

@@ -17,7 +17,10 @@ in
programs = {
fish = {
enable = true;
shellInit = ''set -g theme_nerd_fonts yes; set -g theme_color_scheme nord'';
shellInit = ''
set -g theme_nerd_fonts yes
set -g theme_color_scheme nord
set -g theme_display_user yes'';
plugins = [
{
name = "bobthefish";