sneeuwvlok/hosts/orome/users/chris/default.nix

14 lines
195 B
Nix

{ ... }:
{
# full_name = "Chris Kruining";
# is_trusted = true;
themes = {
enable = true;
theme = "everforest";
polarity = "dark";
};
shell = {
default = "zsh";
};
}