puter/common/bottom.nix
2024-03-08 22:46:46 +01:00

4 lines
63 B
Nix

{pkgs, ...}: {
environment.systemPackages = [pkgs.bottom];
}