- `gammastep` - `sudo` with fingerprints that fallbacks to normal password and works with `swaylock`
8 lines
116 B
Nix
8 lines
116 B
Nix
{
|
|
services.gammastep = {
|
|
enable = true;
|
|
latitude = "45.4";
|
|
longitude = "9.1";
|
|
tray = true;
|
|
};
|
|
}
|