[WIP] Many things:
- `gammastep` - `sudo` with fingerprints that fallbacks to normal password and works with `swaylock`
This commit is contained in:
parent
74a7f488f0
commit
05af2601a0
6 changed files with 27 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
./waybar.nix
|
||||
./gammastep.nix
|
||||
../foot
|
||||
];
|
||||
config = {
|
||||
|
@ -26,6 +27,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
# TODO check if work (just wait?)
|
||||
services.swayidle.enable = true;
|
||||
|
||||
wayland = {
|
||||
windowManager.sway = let
|
||||
modifier = "Mod4";
|
||||
|
|
8
hmModules/sway/gammastep.nix
Normal file
8
hmModules/sway/gammastep.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services.gammastep = {
|
||||
enable = true;
|
||||
latitude = "45.4";
|
||||
longitude = "9.1";
|
||||
tray = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue