nixos-config/hosts/hades/home.nix

7 lines
165 B
Nix

{config, ...}: {
home-manager.users.alarsyo = {
home.stateVersion = "22.05";
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}