Commented out startup folder config as it is empty
This commit is contained in:
parent
11c2902984
commit
1c46c1ba09
2 changed files with 5 additions and 5 deletions
|
|
@ -1 +1 @@
|
||||||
Removed discord startup shortcut
|
Commented out startup folder config as it is empty
|
||||||
|
|
|
||||||
8
home.nix
8
home.nix
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue