nixos-config/hosts/hades/home.nix

7 lines
165 B
Nix
Raw Permalink Normal View History

2022-06-10 16:56:15 +02:00
{config, ...}: {
home-manager.users.alarsyo = {
2024-03-03 02:42:30 +01:00
home.stateVersion = "22.05";
2022-06-10 16:56:15 +02:00
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}