8 lines
135 B
Nix
8 lines
135 B
Nix
{ config, ... }:
|
|
{
|
|
home-manager.users.alarsyo = {
|
|
|
|
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
|
|
};
|
|
}
|