[WIP] Many things:

- `gammastep`
- `sudo` with fingerprints that fallbacks to normal password and works
  with `swaylock`
This commit is contained in:
Andrea Ciceri 2022-10-03 15:41:03 +02:00
parent 74a7f488f0
commit 05af2601a0
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
6 changed files with 27 additions and 2 deletions

View file

@ -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";