1

Modules/Btop: Move btop config into module

This commit is contained in:
2025-07-12 15:38:14 +02:00
parent 0ed6b1b7e5
commit 984cf270b8
3 changed files with 130 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
lib,
mylib,
...
}: {
enable = lib.mkEnableOption "Enable the btop system monitor";
cuda = lib.mkEnableOption "Enable Cuda support for btop";
}