home: setup fish and starship module

This commit is contained in:
Antoine Martin 2021-04-22 16:21:30 +02:00
parent e596dee8ee
commit b538eec36f
4 changed files with 33 additions and 0 deletions

View file

@ -7,6 +7,9 @@
my.home.alacritty.enable = true;
my.home.emacs.enable = true;
my.home.tmux.enable = true;
my.home.starship.enable = false;
my.home.fish.enable = true;
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}