nixfiles/home/btop.nix

6 lines
64 B
Nix

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