From 050ce0c6b70d31bf6145f78f782c87200830ebd1 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 6 May 2025 21:23:33 +0300 Subject: [PATCH] default was false --- hosts/ymir/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 2093d4f..35fec59 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -9,7 +9,7 @@ ]; myModules = { - # blockYoutube = true; + blockYoutube = false; blockTwitter = true; blockBluesky = false; enableKDE = true;