Update zed.nix
This commit is contained in:
parent
359d93fdda
commit
d5e7b0dfbe
1 changed files with 1 additions and 2 deletions
|
@ -11,13 +11,12 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
home-manager.users.${user} = {
|
||||
home.packages = with pkgs; [
|
||||
zed-editor
|
||||
zed-editor nixd nil alejandra
|
||||
];
|
||||
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
|
||||
extraPackages = with pkgs; [ nixd nil alejandra ];
|
||||
extensions = ["nix" "toml" "html"];
|
||||
|
||||
userSettings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue