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 }; }