6 lines
76 B
Nix
Executable file
6 lines
76 B
Nix
Executable file
{ pkgs, config, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
];
|
|
}
|