From 1c46c1ba09f2395f99bf184a53fc729140e7613a Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Sat, 20 Dec 2025 05:14:52 +0100 Subject: [PATCH] Commented out startup folder config as it is empty --- commit_text | 2 +- home.nix | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commit_text b/commit_text index d3361c9..84f3396 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Removed discord startup shortcut +Commented out startup folder config as it is empty diff --git a/home.nix b/home.nix index e9710e6..54a1389 100644 --- a/home.nix +++ b/home.nix @@ -45,10 +45,10 @@ recursive = true; }; - home.file.".config/autostart" = { - source = ./startup; - recursive = true; - }; + # home.file.".config/autostart" = { + # source = ./startup; + # recursive = true; + # }; home.file.".config/mimeapps.list" = { source = ./mimeapps/mimeapps.list;