Updated EVERYTHING

This commit is contained in:
2025-02-20 11:13:11 -04:00
parent f0b1aa0585
commit f0278fbd20
8 changed files with 472 additions and 333 deletions

View File

@@ -0,0 +1,10 @@
{pkgs-unstable, ...}: {
imports = [
];
programs.zed-editor = {
enable = true;
package = pkgs-unstable.zed-editor;
extensions = [""];
};
}