nixos-config/hosts/thanatos/home.nix

6 lines
132 B
Nix
Raw Normal View History

2023-12-13 17:29:54 +01:00
{config, ...}: {
home-manager.users.alarsyo = {
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}