14 lines
No EOL
216 B
Nix
14 lines
No EOL
216 B
Nix
{
|
|
programs.git = {
|
|
userName = "Chris Kruining";
|
|
userEmail = "chris@kruining.eu";
|
|
};
|
|
|
|
sneeuwvlok = {
|
|
themes = {
|
|
enable = true;
|
|
theme = "everforest";
|
|
polarity = "dark";
|
|
};
|
|
};
|
|
} |