9 lines
167 B
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;
|
|
};
|
|
}
|