mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
13 lines
174 B
Nix
13 lines
174 B
Nix
{ ... }:
|
|
{
|
|
theme.md3-evo = {
|
|
enable = true;
|
|
auto-dark = {
|
|
enable = true;
|
|
lat = 52.52;
|
|
lon = 13.40;
|
|
};
|
|
};
|
|
programs.zoxide.enable = true;
|
|
}
|