This commit is contained in:
sadan 2024-11-26 02:20:39 -05:00
parent 9e2feb16a9
commit 8cd1377263
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{pkgs, ...}: {
home = {
packages = with pkgs; [
zed-editor
];
};
}

View file

@ -30,6 +30,7 @@ in
../homeModules/java.nix
../homeModules/jetbrains
../homeModules/notion.nix
../homeModules/zed.nix
# ../homeModules/vscode
./sops.nix
./git.nix