1
0
Fork 0
puter/common/bottom.nix
2025-05-18 01:08:10 +02:00

6 lines
73 B
Nix

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