home: themes: move options to my.themes

This commit is contained in:
Antoine Martin 2021-04-21 10:30:05 +02:00
parent a25d5051d3
commit 6ff469e96f
3 changed files with 8 additions and 10 deletions

View file

@ -5,6 +5,6 @@
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;
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}