Use zed from nixpkgs instead of upstream zed
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
|
||||
{
|
||||
greg = {
|
||||
vscodium = true;
|
||||
development = true;
|
||||
gnome = true;
|
||||
gui = true;
|
||||
vscodium = true;
|
||||
zed = true;
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
cargo
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
sway = false;
|
||||
gnome = false;
|
||||
vscodium = true;
|
||||
zed = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
|
||||
Reference in New Issue
Block a user