poseidon: enable solarizedLight theme for bat

This commit is contained in:
Antoine Martin 2021-07-29 00:14:33 +02:00
parent 270809ca25
commit b3fc8428dc

View file

@ -3,5 +3,7 @@
home-manager.users.alarsyo = {
my.home.tmux.enable = true;
my.home.fish.enable = true;
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}