nixos-config/hosts/poseidon/home.nix

6 lines
132 B
Nix

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