nixos-config/hosts/hades/home.nix

6 lines
132 B
Nix
Raw Normal View History

2022-06-10 16:56:15 +02:00
{config, ...}: {
home-manager.users.alarsyo = {
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}