aly: refactor home.packages

This commit is contained in:
Aly Raffauf 2024-07-13 18:32:53 -04:00
parent 2b3a13c9bc
commit 087b61ef4b

View file

@ -25,19 +25,17 @@ self: {
unstable = import self.inputs.nixpkgs-unstable {
system = pkgs.system;
};
in
with pkgs; [
browsh
curl
fractal
gh
git
obsidian
python3
ruby
tauon
webcord
wget
in [
pkgs.browsh
pkgs.curl
pkgs.fractal
pkgs.git
pkgs.nixd
pkgs.obsidian
pkgs.python3
pkgs.ruby
pkgs.tauon
pkgs.webcord
unstable.zed-editor
];