nixos-config/hosts/thanatos/home.nix

8 lines
166 B
Nix
Raw Permalink Normal View History

2023-12-13 17:29:54 +01:00
{config, ...}: {
home-manager.users.alarsyo = {
2024-03-03 02:42:30 +01:00
home.stateVersion = "23.11";
2023-12-13 17:29:54 +01:00
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}