Move remaining nix configs into folders.

This commit is contained in:
Tom Alexander
2024-12-29 15:27:03 -05:00
parent 81315e4c7b
commit fe820e5843
5 changed files with 9 additions and 9 deletions

View File

@@ -89,11 +89,11 @@
pcsctools
];
nixpkgs.overlays = [
(final: prev: {
gnupg = pkgs-unstable.gnupg;
scdaemon = pkgs-unstable.scdaemon;
})
];
# nixpkgs.overlays = [
# (final: prev: {
# gnupg = pkgs-unstable.gnupg;
# scdaemon = pkgs-unstable.scdaemon;
# })
# ];
}