nixos-config/hosts/poseidon/home.nix

10 lines
199 B
Nix
Raw Normal View History

2021-04-22 20:59:54 +02:00
{ config, ... }:
{
home-manager.users.alarsyo = {
my.home.tmux.enable = true;
my.home.fish.enable = true;
my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;
2021-04-22 20:59:54 +02:00
};
}