mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
aly: switch editor to zed
This commit is contained in:
parent
79d7207438
commit
db3217e1e5
|
@ -79,11 +79,17 @@ in {
|
|||
keepassxc.enable = true;
|
||||
tmux.enable = true;
|
||||
vsCodium.enable = true;
|
||||
zed.enable = true;
|
||||
zed.package = unstable.zed-editor;
|
||||
|
||||
zed = {
|
||||
enable = true;
|
||||
package = unstable.zed-editor;
|
||||
};
|
||||
};
|
||||
|
||||
defaultApps.enable = true;
|
||||
defaultApps = {
|
||||
enable = true;
|
||||
editor = config.ar.home.apps.zed.package;
|
||||
};
|
||||
|
||||
theme = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue