nixos-config/hosts/hades/home.nix
2022-06-10 17:20:31 +02:00

6 lines
132 B
Nix

{config, ...}: {
home-manager.users.alarsyo = {
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}