summaryrefslogtreecommitdiff
path: root/config/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/desktop.nix')
-rw-r--r--config/desktop.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/desktop.nix b/config/desktop.nix
index 552897e..c51fdd0 100644
--- a/config/desktop.nix
+++ b/config/desktop.nix
@@ -1,6 +1,8 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./common.nix ./users.nix ];
+ location.latitude = 40.0;
+ location.longitude = -74.0;
hardware = {
opengl = {
@@ -84,8 +86,6 @@
redshift = {
enable = true;
- latitude = "40";
- longitude = "-74";
extraOptions = ["-r"];
};
};