2022-08-25 12:21:35 -06:00
|
|
|
{ config, lib, pkgs, isUnstable, ... }:
|
|
|
|
|
|
|
|
with pkgs; {
|
2022-09-15 15:39:28 -06:00
|
|
|
environment.systemPackages = with pkgs;
|
|
|
|
[
|
|
|
|
#(callPackage ./cinny-desktop.nix { inherit isUnstable; })
|
|
|
|
#(callPackage ./mudita-center.nix { inherit isUnstable; })
|
2022-11-01 09:02:53 -06:00
|
|
|
#(callPackage ./govulncheck.nix { inherit isUnstable; })
|
2022-09-15 15:39:28 -06:00
|
|
|
];
|
2022-08-25 12:21:35 -06:00
|
|
|
}
|