Files
ccl-nixos-dotfiles/modules/cli/monitor/default.nix

8 lines
51 B
Nix

_:
{
imports = [
./all.nix
./btop
];
}