Add gammastep
This commit is contained in:
parent
f6135d0d75
commit
124084a03a
|
@ -11,6 +11,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [ gammastep ];
|
||||||
|
|
||||||
# Sway outputs
|
# Sway outputs
|
||||||
wayland.windowManager.sway.config = {
|
wayland.windowManager.sway.config = {
|
||||||
output = {
|
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
|
# System specific autoruns
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
# Start up solaar in tray icon mode
|
# Start up solaar in tray icon mode
|
||||||
|
|
Loading…
Reference in New Issue