mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 06:58:41 +00:00
Fix a deprecation (#119)
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = nixpkgs.stdenv.isLinux;
|
||||
pinentryPackage = nixpkgs.pinentry-curses;
|
||||
pinentry.package = nixpkgs.pinentry-curses;
|
||||
};
|
||||
|
||||
services.swayidle = {enable = true;};
|
||||
|
Reference in New Issue
Block a user