mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
aly: refactor home.packages
This commit is contained in:
parent
2b3a13c9bc
commit
087b61ef4b
|
@ -25,21 +25,19 @@ self: {
|
|||
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
|
||||
];
|
||||
in [
|
||||
pkgs.browsh
|
||||
pkgs.curl
|
||||
pkgs.fractal
|
||||
pkgs.git
|
||||
pkgs.nixd
|
||||
pkgs.obsidian
|
||||
pkgs.python3
|
||||
pkgs.ruby
|
||||
pkgs.tauon
|
||||
pkgs.webcord
|
||||
unstable.zed-editor
|
||||
];
|
||||
|
||||
stateVersion = "24.05";
|
||||
username = "aly";
|
||||
|
|
Loading…
Reference in a new issue