From 61cbb95989f0646056586e0dad030a494befbbb6 Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 26 Feb 2025 21:45:19 -0600 Subject: [PATCH] hm: remove workaround Signed-off-by: Myned --- options/custom/programs/htop.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/options/custom/programs/htop.nix b/options/custom/programs/htop.nix index ac01710..4583b80 100644 --- a/options/custom/programs/htop.nix +++ b/options/custom/programs/htop.nix @@ -92,8 +92,5 @@ in { ] ); }; - - # https://github.com/nix-community/home-manager/issues/4947 - xdg.configFile."htop/htoprc".force = true; # Force overwrite config file }; }