nixfleet/hmModules/sway/gammastep.nix
Andrea Ciceri 05af2601a0
[WIP] Many things:
- `gammastep`
- `sudo` with fingerprints that fallbacks to normal password and works
  with `swaylock`
2022-10-03 15:41:03 +02:00

8 lines
116 B
Nix

{
services.gammastep = {
enable = true;
latitude = "45.4";
longitude = "9.1";
tray = true;
};
}