mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +00:00
417623965e
also change theme to colorscheme
11 lines
217 B
Nix
11 lines
217 B
Nix
{ ... }: {
|
|
|
|
# Service to determine location for time zone
|
|
services.geoclue2.enable = true;
|
|
location = { provider = "geoclue2"; };
|
|
|
|
# Enable local time based on time zone
|
|
services.localtime.enable = true;
|
|
|
|
}
|