home: themes: setup solarized light

This commit is contained in:
Antoine Martin 2021-04-21 04:06:51 +02:00
parent 8dff0e21e1
commit 7846271ba5
4 changed files with 83 additions and 0 deletions

View file

@ -19,4 +19,8 @@ in
type = with types; attrsOf themeType;
};
};
config.my.home.themes = {
solarizedLight = import ./solarizedLight;
};
}