use powder-toy from upstream, drop ccache overlay

This commit is contained in:
Grimmauld 2024-05-10 11:43:56 +02:00
parent c984843694
commit f64ee84771
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,8 @@ in
distro = "${distroName} ${version} (${codeName}) ${system}";
};
documentation.doc.enable = false;
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
programs.ccache.enable = true;

View File

@ -2,7 +2,6 @@
{
programs.ccache.packageNames = [
"agenix"
"the-powder-toy"
"mcontrolcenter"
];