aly: switch back to zed
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-04 15:32:27 -04:00
parent 27b3fe91a6
commit 7084c9898f

View file

@ -102,7 +102,10 @@ in {
}; };
}; };
defaultApps.enable = true; defaultApps = {
enable = true;
editor = config.ar.home.apps.zed.package;
};
services = { services = {
gammastep.enable = true; gammastep.enable = true;