diff --git a/machines/levitation/home.nix b/machines/levitation/home.nix index 7dc0d51..ad94c2e 100644 --- a/machines/levitation/home.nix +++ b/machines/levitation/home.nix @@ -11,6 +11,8 @@ }; }; + home.packages = with pkgs; [ gammastep ]; + # Sway outputs wayland.windowManager.sway.config = { output = { @@ -48,6 +50,16 @@ ]; }; + # Gammastep + services.gammastep = { + enable = true; + latitude = 38.02972; + longitude = -84.49472; + tray = true; + temperature = { night = 3300; }; + settings = { general = { fade = 1; }; }; + }; + # System specific autoruns systemd.user.services = { # Start up solaar in tray icon mode