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,21 +25,19 @@ self: {
unstable = import self.inputs.nixpkgs-unstable { unstable = import self.inputs.nixpkgs-unstable {
system = pkgs.system; system = pkgs.system;
}; };
in in [
with pkgs; [ pkgs.browsh
browsh pkgs.curl
curl pkgs.fractal
fractal pkgs.git
gh pkgs.nixd
git pkgs.obsidian
obsidian pkgs.python3
python3 pkgs.ruby
ruby pkgs.tauon
tauon pkgs.webcord
webcord unstable.zed-editor
wget ];
unstable.zed-editor
];
stateVersion = "24.05"; stateVersion = "24.05";
username = "aly"; username = "aly";