diff --git a/home.nix b/home.nix index 74577ee..8b8b478 100644 --- a/home.nix +++ b/home.nix @@ -11,10 +11,10 @@ with import { inherit lib; }; ./modules/includes.nix ]; - home.activation.fuckMicrosoft = dagEntryBefore ["checkLinkTargets"] '' - echo "Removing the crap some moronic apps are placing.." - find ~ -name "*.FUCK" -print -delete - ''; + # home.activation.fuckMicrosoft = dagEntryBefore ["checkLinkTargets"] '' + # echo "Removing the crap some moronic apps are placing.." + # find ~ -name "*.FUCK" -print -delete + # ''; programs.home-manager = { enable = true;