4 lines
63 B
Nix
4 lines
63 B
Nix
|
{pkgs, ...}: {
|
||
|
environment.systemPackages = [pkgs.bottom];
|
||
|
}
|