Regenerated
This commit is contained in:
+407
-407
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -1588,9 +1588,9 @@ in
|
|||||||
download = "${homeDir}/Downloads";
|
download = "${homeDir}/Downloads";
|
||||||
documents = "${homeDir}/Documents";
|
documents = "${homeDir}/Documents";
|
||||||
pictures = "${homeDir}/Pictures";
|
pictures = "${homeDir}/Pictures";
|
||||||
music = null;
|
music = "${homeDir}/Music";
|
||||||
publicShare = null;
|
publicShare = "${homeDir}/PublicShare";;
|
||||||
templates = "${homeDir}/Experiments";
|
templates = "${homeDir}/Templates";
|
||||||
videos = "${homeDir}/Videos";
|
videos = "${homeDir}/Videos";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
XDG_PROJECTS_DIR = "${homeDir}/Projects";
|
XDG_PROJECTS_DIR = "${homeDir}/Projects";
|
||||||
|
|||||||
@@ -50,9 +50,9 @@ in
|
|||||||
download = "${homeDir}/Downloads";
|
download = "${homeDir}/Downloads";
|
||||||
documents = "${homeDir}/Documents";
|
documents = "${homeDir}/Documents";
|
||||||
pictures = "${homeDir}/Pictures";
|
pictures = "${homeDir}/Pictures";
|
||||||
music = null;
|
music = "${homeDir}/Music";
|
||||||
publicShare = null;
|
publicShare = "${homeDir}/PublicShare";;
|
||||||
templates = "${homeDir}/Experiments";
|
templates = "${homeDir}/Templates";
|
||||||
videos = "${homeDir}/Videos";
|
videos = "${homeDir}/Videos";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
XDG_PROJECTS_DIR = "${homeDir}/Projects";
|
XDG_PROJECTS_DIR = "${homeDir}/Projects";
|
||||||
|
|||||||
Reference in New Issue
Block a user