Fix a deprecation (#119)

This commit is contained in:
Patrick Stevens
2025-07-05 21:36:26 +01:00
committed by GitHub
parent 7ebad6eb45
commit 8e2b10b474

View File

@@ -197,7 +197,7 @@
services.gpg-agent = {
enable = nixpkgs.stdenv.isLinux;
pinentryPackage = nixpkgs.pinentry-curses;
pinentry.package = nixpkgs.pinentry-curses;
};
services.swayidle = {enable = true;};