nixfiles/home/btop.nix

5 lines
64 B
Nix

{ config, lib, pkgs, ... }:
{
programs.btop.enable = true;
}