nixos-config/hosts/thanatos/home.nix

9 lines
202 B
Nix
Raw Normal View History

2023-12-13 17:29:54 +01:00
{config, ...}: {
home-manager.users.alarsyo = {
2024-03-01 13:34:33 +01:00
# TODO: can probably upgrade me
home.stateVersion = "21.05";
2023-12-13 17:29:54 +01:00
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}