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;