From 8831ed9281317ae1a06d99691b50be52a679d8b3 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 19 Dec 2024 23:12:56 +0300 Subject: [PATCH] host/home: reset default settings --- hosts/home/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/home/configuration.nix b/hosts/home/configuration.nix index 39b98a9..0edfe78 100644 --- a/hosts/home/configuration.nix +++ b/hosts/home/configuration.nix @@ -7,7 +7,6 @@ ./users ]; - ################################################################################ # Programs ################################################################################ @@ -33,6 +32,9 @@ hosts = "youtube.com"; fake = 1; } + { + name = "none"; + } ]; };