328 current 1970-01-01 01:00:00 23.11.20240518.e7cc617 6.6.30-rt30 *

This commit is contained in:
2024-05-20 21:15:16 +02:00
parent da0bf720dd
commit 1c8ffbf289
21 changed files with 115 additions and 87 deletions

View File

@ -4,10 +4,10 @@
pkgs,
...
}: let
cfg = config.shell.btop;
cfg = config.myConfig.shell.btop;
in {
options = {
shell.btop.enable = lib.mkEnableOption "btop, a system monitor";
options.myConfig.shell.btop = {
enable = lib.mkEnableOption "btop, a system monitor";
};
config = lib.mkIf cfg.enable {