added zen browser

This commit is contained in:
willifan 2024-09-29 10:55:46 +02:00
parent 31aa6484b7
commit cc722d6ad1
3 changed files with 34 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, pkgs-unstable, ... }:
{ pkgs, pkgs-unstable, attrs, system, ... }:
{
environment.systemPackages =
@ -31,6 +31,10 @@
prusa-slicer
]);
])
++
[
attrs.zen.packages.${system}.specific
];
}