aly: install zed-editor from nixpkgs/unstable

This commit is contained in:
Aly Raffauf 2024-07-13 17:29:00 -04:00
parent beb2647f1f
commit 3559b9b8bb

View file

@ -21,19 +21,25 @@ self: {
General.LastActiveDatabase = "${config.home.homeDirectory}/sync/Passwords.kdbx";
};
packages = with pkgs; [
browsh
curl
fractal
gh
git
obsidian
python3
ruby
tauon
webcord
wget
];
packages = let
unstable = import self.inputs.nixpkgs-unstable {
system = pkgs.system;
};
in
with pkgs; [
browsh
curl
fractal
gh
git
obsidian
python3
ruby
tauon
webcord
wget
unstable.zed-editor
];
stateVersion = "24.05";
username = "aly";