[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

@ -33,8 +33,8 @@
plugins = [
{
name = "nix-zsh-completions";
src = pkgs.nix-zsh-completions;
file = "share/zsh/plugins/nix/nix-zsh-completions.plugin.zsh";
src = pkgs.nix-zsh-completions;
}
{
name = "spaceship";