fix: hyprsunset, indent-lines, rebindings

This commit is contained in:
2025-09-06 19:07:46 -07:00
parent 8b0bcc85c9
commit c519899f02
5 changed files with 62 additions and 32 deletions

View File

@@ -145,6 +145,21 @@
];
};
};
services.hyprsunset = {
enable = true;
transitions = {
sunrise = {
calendar = "*-*-* 06:00:00";
};
sunset = {
calendar = "*-*-* 20:00:00";
requests = [
[ "temperature 3500" ]
[ "gamma 0.8" ]
];
};
};
};
gtk = {
enable = true;
theme.name = "Adwaita-dark";