move development packages around

This commit is contained in:
2025-01-16 15:42:01 +00:00
parent 33fdd4cb2b
commit 98b968b8bb
8 changed files with 35 additions and 7 deletions

View File

@@ -6,5 +6,11 @@
nix.settings.auto-optimise-store = true;
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 30d";
# programs.nix-ld = {
# enable = true;
# # libraries = pkgs.steam-run.fhsenv.args.multiPkgs pkgs;
# libraries = pkgs.appimageTools.defaultFhsEnvArgs.targetPkgs pkgs;
# };
}