Files
nix-config/systems/modules/btop.nix
2026-06-16 18:13:56 +02:00

8 lines
86 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
btop
];
}