add zed
All checks were successful
use nix / build (push) Successful in 15m41s

This commit is contained in:
Cyryl Płotnicki 2024-05-01 10:18:28 +01:00
parent 520813e0b1
commit a51e180183

View file

@ -60,7 +60,7 @@
../../home-manager/programs/kitty.nix
];
home.packages =
(with inputs.nixpkgs-master.legacyPackages."${system}"; [bisq-desktop])
(with inputs.nixpkgs-master.legacyPackages."${system}"; [bisq-desktop zed-editor])
++ (with pkgs; [lutris])
++ (with inputs.endless-sky.legacyPackages."${system}"; [endless-sky]);
};