Files
nixos-dotfiles/modules/cli/monitor/default.nix
2025-04-19 12:42:19 +08:00

8 lines
57 B
Nix

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