Files
ccl-nixos-dotfiles/modules/cmd/monitor/default.nix
2025-04-13 15:09:14 +08:00

8 lines
57 B
Nix

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