nixos-config/hosts/poseidon/home.nix

9 lines
167 B
Nix

{ config, ... }:
{
home-manager.users.alarsyo = {
my.home.fish.enable = true;
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
};
}