mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
feat: updated zed
This commit is contained in:
parent
60ac77ef20
commit
5415bd0e5d
4 changed files with 87 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
flake,
|
||||
lib,
|
||||
pkgs,
|
||||
nixpkgs-stable,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -23,10 +24,15 @@ in
|
|||
{
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
# package = packagePath;
|
||||
package = packagePath;
|
||||
extraPackages = extraPackagesPath;
|
||||
extensions = extensionsPath;
|
||||
userKeymaps = userKeymapsPath;
|
||||
userSettings = userSettingsPath;
|
||||
};
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
zed-discord-presence
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue