More local changes, mostly compose update and nixmate

This commit is contained in:
Robert
2026-07-07 14:15:26 -04:00
parent 2e236581f0
commit df91a909b6
6 changed files with 148 additions and 44 deletions

6
overlays/nixmate.nix Normal file
View File

@@ -0,0 +1,6 @@
# ./overlays/nixmate.nix
inputs: # We pass inputs here so the overlay can see the nixmate flake
final: prev: {
nixmate = inputs.nixmate.packages.${prev.system}.default;
}