aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop/sway/gammastep.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/desktop/sway/gammastep.nix')
-rw-r--r--users/fcuny/desktop/sway/gammastep.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/users/fcuny/desktop/sway/gammastep.nix b/users/fcuny/desktop/sway/gammastep.nix
new file mode 100644
index 0000000..44e31a4
--- /dev/null
+++ b/users/fcuny/desktop/sway/gammastep.nix
@@ -0,0 +1,13 @@
+{ config, lib, pkgs, ... }:
+
+{
+ services.gammastep = {
+ enable = true;
+ latitude = "37.8715";
+ longitude = "-122.2730";
+ temperature = {
+ day = 5000;
+ night = 3700;
+ };
+ };
+}