feat(home): conditionally install vial for device 'ryu'
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
{pkgs, ...}: {
|
{
|
||||||
home.packages = with pkgs; [vial];
|
pkgs,
|
||||||
|
device,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
home.packages = with pkgs; lib.optionals (device.is "ryu") [vial];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user