Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a69641c36f9763e104087a559c148d0449f00
7 lines
104 B
Nix
7 lines
104 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = builtins.attrValues {
|
|
inherit (pkgs)
|
|
;
|
|
};
|
|
}
|