Add gammastep

This commit is contained in:
Nathan McCarty 2023-03-29 00:00:17 -04:00
parent f6135d0d75
commit 124084a03a
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 12 additions and 0 deletions

View File

@ -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