feat: added aria2
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s
This commit is contained in:
@@ -1 +1,8 @@
|
||||
{pkgs, ...}: {home.packages = [pkgs.deploy-rs.deploy-rs];}
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.optionals (device.is "ryu") [pkgs.deploy-rs.deploy-rs];
|
||||
}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
pkgs.ironclaw
|
||||
];
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
home.packages =
|
||||
lib.optionals (device.is "ryu")
|
||||
[
|
||||
pkgs.ironclaw
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user