nixos-config/hosts/hades/home.nix

9 lines
202 B
Nix
Raw Normal View History

2022-06-10 16:56:15 +02:00
{config, ...}: {
home-manager.users.alarsyo = {
2024-03-01 13:34:33 +01:00
# TODO: can probably upgrade me
home.stateVersion = "21.05";
2022-06-10 16:56:15 +02:00
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}