Update fw_nix for htop fix

This commit is contained in:
2026-03-29 17:43:01 +02:00
parent df3ce1c299
commit 0e9885920b
2 changed files with 4 additions and 14 deletions

View File

@@ -96,16 +96,6 @@
inputs.fw_nix.nixosModules.nix-settings
inputs.fw_nix.nixosModules.futureware
inputs.nix-homebrew.darwinModules.nix-homebrew
(
{ lib, ... }:
{
# TODO: find solution to these ugly workarounds
options.programs.htop = lib.mkOption {
type = lib.types.deferredModule;
default = { };
};
}
)
./hosts/mars/darwin.nix
];
};