-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zed: added zed hm module #620
base: master
Are you sure you want to change the base?
Conversation
c5080ee
to
2269bd3
Compare
@trueNAHO I've seen that the current version of home-manager from flake.lock doesn't contains any references to zed-editor yet. Should it be updated from this pr or should I mark this pr as stale waiting from this update ? |
Update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI is failing:
error: attribute 'zed-editor' missing at /nix/store/g2ia4fjmdkbjrxbrmwhj4q62bysym489-modules/zed/hm.nix:12:82: 11| 12| config = lib.mkIf (config.stylix.enable && config.stylix.targets.zed.enable && config.programs.zed-editor.enable) { | ^ 13| programs.zed-editor.userSettings = { Error: Process completed with exit code 1.
Maybe the current /flake.lock
still does not include the Zed module.
Yeah, I'll keep it stale until flake.lock is updated with hm version that supports the zed-editor. |
AFAIK, commit cf5be81 contains the |
Add zed editor module support.
Closes: #348