nixos-config/hosts/poseidon/home.nix

8 lines
135 B
Nix
Raw Normal View History

2021-04-22 20:59:54 +02:00
{ config, ... }:
{
home-manager.users.alarsyo = {
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
2021-04-22 20:59:54 +02:00
};
}