sneeuwvlok/homes/user-configurations/chris.nix
2025-07-28 14:34:40 +02:00

14 lines
No EOL
216 B
Nix

{
programs.git = {
userName = "Chris Kruining";
userEmail = "chris@kruining.eu";
};
sneeuwvlok = {
themes = {
enable = true;
theme = "everforest";
polarity = "dark";
};
};
}