From b636b119fedf17630429af9c982d2a3b1e11ebbd Mon Sep 17 00:00:00 2001 From: Katarina Sheremet Date: Mon, 11 May 2026 15:01:17 +0200 Subject: [PATCH] Remove unused workaround --- flake.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/flake.nix b/flake.nix index 11d8c34..64b7b1b 100644 --- a/flake.nix +++ b/flake.nix @@ -72,16 +72,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/jupiter/darwin.nix ]; };