Files
nix-config/systems/modules/btop.nix
2026-06-15 09:55:01 +02:00

9 lines
87 B
Nix

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