Enable gammastep service

This commit is contained in:
Evie Litherland-Smith 2024-10-28 05:57:57 +00:00
parent e86ab30c99
commit a4c4cd0994

View file

@ -26,7 +26,16 @@
];
file.${config.gtk.gtk2.configLocation}.force = true;
};
services.syncthing.enable = true;
services = {
syncthing.enable = true;
gammastep = {
enable = true;
tray = true;
provider = "manual";
latitude = 51.7;
longitude = -1.2;
};
};
gtk = {
enable = true;
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";