boreal: use solarized light theme

This commit is contained in:
Antoine Martin 2021-04-21 04:07:38 +02:00
parent a8d417c774
commit a25d5051d3

View file

@ -1,9 +1,10 @@
{ ... }:
{ config, ... }:
{
home-manager.users.alarsyo = {
# Keyboard settings & i3 settings
my.home.x.enable = true;
my.home.emacs.enable = true;
my.home.tmux.enable = true;
my.home.theme = config.home-manager.users.alarsyo.my.home.themes.solarizedLight;
};
}