1
0
Fork 0
puter/common/bottom.nix
2025-05-11 22:49:04 +02:00

4 lines
67 B
Nix

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