feat: Added stuff

This commit is contained in:
uttarayan21
2025-08-08 15:02:25 +05:30
parent 516b8d095a
commit a9296d14be
2 changed files with 17 additions and 19 deletions

View File

@@ -3,10 +3,7 @@
lib,
...
}: {
# home.packages = lib.optionals pkgs.stdenv.isLinux [
# pkgs.zed-editor
# ];
home.packages = with pkgs; [nixd nil sleek];
programs.zed-editor = {
enable = true;
extensions = ["catppuccin" "toml" "json" "yaml" "markdown" "python" "javascript" "typescript"];
@@ -74,5 +71,6 @@
};
theme = "Catppuccin Mocha";
};
extraPackages = with pkgs; [nixd nil sleek];
};
}