Commented out startup folder config as it is empty

This commit is contained in:
EsVagy42 2025-12-20 05:14:52 +01:00
parent 11c2902984
commit 1c46c1ba09
2 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
Removed discord startup shortcut Commented out startup folder config as it is empty

View file

@ -45,10 +45,10 @@
recursive = true; recursive = true;
}; };
home.file.".config/autostart" = { # home.file.".config/autostart" = {
source = ./startup; # source = ./startup;
recursive = true; # recursive = true;
}; # };
home.file.".config/mimeapps.list" = { home.file.".config/mimeapps.list" = {
source = ./mimeapps/mimeapps.list; source = ./mimeapps/mimeapps.list;