Regenerated
This commit is contained in:
+407
-407
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -1589,7 +1589,7 @@ in
|
|||||||
documents = "${homeDir}/Documents";
|
documents = "${homeDir}/Documents";
|
||||||
pictures = "${homeDir}/Pictures";
|
pictures = "${homeDir}/Pictures";
|
||||||
music = "${homeDir}/Music";
|
music = "${homeDir}/Music";
|
||||||
publicShare = "${homeDir}/PublicShare";;
|
publicShare = "${homeDir}/PublicShare";
|
||||||
templates = "${homeDir}/Templates";
|
templates = "${homeDir}/Templates";
|
||||||
videos = "${homeDir}/Videos";
|
videos = "${homeDir}/Videos";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
@@ -1600,8 +1600,8 @@ in
|
|||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"x-scheme-handler/http" = "zen";
|
"x-scheme-handler/http" = "zen.desktop";
|
||||||
"x-scheme-handler/https" = "zen";
|
"x-scheme-handler/https" = "zen.desktop";
|
||||||
"text/html" = "zen";
|
"text/html" = "zen";
|
||||||
|
|
||||||
# TXT files → Zed Editor
|
# TXT files → Zed Editor
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ in
|
|||||||
documents = "${homeDir}/Documents";
|
documents = "${homeDir}/Documents";
|
||||||
pictures = "${homeDir}/Pictures";
|
pictures = "${homeDir}/Pictures";
|
||||||
music = "${homeDir}/Music";
|
music = "${homeDir}/Music";
|
||||||
publicShare = "${homeDir}/PublicShare";;
|
publicShare = "${homeDir}/PublicShare";
|
||||||
templates = "${homeDir}/Templates";
|
templates = "${homeDir}/Templates";
|
||||||
videos = "${homeDir}/Videos";
|
videos = "${homeDir}/Videos";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
@@ -62,8 +62,8 @@ in
|
|||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"x-scheme-handler/http" = "zen";
|
"x-scheme-handler/http" = "zen.desktop";
|
||||||
"x-scheme-handler/https" = "zen";
|
"x-scheme-handler/https" = "zen.desktop";
|
||||||
"text/html" = "zen";
|
"text/html" = "zen";
|
||||||
|
|
||||||
# TXT files → Zed Editor
|
# TXT files → Zed Editor
|
||||||
|
|||||||
Reference in New Issue
Block a user