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
8
home.nix
8
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue