@@ -53322,27 +53312,8 @@ attribute set of anything
Type:
list of ((submodule) or (one of “audio-recorder”, “backlink”, “bookmarks”, “canvas”, “command-palette”, “daily-notes”, “editor-status”, “file-explorer”, “file-recovery”, “global-search”, “graph”, “markdown-importer”, “note-composer”, “outgoing-link”, “outline”, “page-preview”, “properties”, “publish”, “random-note”, “slash-command”, “slides”, “switcher”, “sync”, “tag-pane”, “templates”, “word-count”, “workspaces”, “zk-prefixer”) convertible to it)
-Default:
[
- "backlink"
- "bookmarks"
- "canvas"
- "command-palette"
- "daily-notes"
- "editor-status"
- "file-explorer"
- "file-recovery"
- "global-search"
- "graph"
- "note-composer"
- "outgoing-link"
- "outline"
- "page-preview"
- "switcher"
- "tag-pane"
- "templates"
- "word-count"
-]
-
+Default:
+config.programs.obsidian.defaultSettings.corePlugins
Declared by:
@@ -53435,7 +53406,7 @@ attribute set of anything
list of ((submodule) or absolute path convertible to it)
Default:
-[ ]
+config.programs.obsidian.defaultSettings.cssSnippets
Declared by:
@@ -53555,7 +53526,7 @@ null or string
attribute set of (submodule)
Default:
-{ }
+config.programs.obsidian.defaultSettings.extraFiles
Declared by:
@@ -53651,7 +53622,7 @@ null or string
attribute set of list of (submodule)
Default:
-{ }
+config.programs.obsidian.defaultSettings.hotkeys
Declared by:
@@ -53720,7 +53691,7 @@ list of string
list of ((submodule) or package convertible to it)
Default:
-[ ]
+config.programs.obsidian.defaultSettings.themes
Declared by:
@@ -66525,7 +66496,7 @@ boolean
string
Default:
-"graphical-session.target"
+config.wayland.systemd.target
Declared by:
@@ -72757,7 +72728,7 @@ programs.vscode.profiles.
boolean
Default:
-true
+(removeAttrs config.programs.vscode.profiles [ "default" ]) == { }
Example:
false
@@ -74963,7 +74934,7 @@ otherwise the service may never be started.
string
Default:
-"graphical-session.target"
+config.wayland.systemd.target
Example:
"sway-session.target"
@@ -82233,10 +82204,8 @@ otherwise the service may never be started.Note: A single string value is
Type:
(list of string) or string
-Default:
[
- "graphical-session.target"
-]
-
+Default:
+[ config.wayland.systemd.target ]
Example:
"sway-session.target"
@@ -87506,7 +87475,7 @@ string
string
Default:
-"graphical-session.target"
+config.wayland.systemd.target
Declared by:
@@ -103367,7 +103336,7 @@ null or string
string
Default:
-"graphical-session.target"
+config.wayland.systemd.target
Declared by:
@@ -108067,7 +108036,6 @@ list of string
"$"
"bezier"
"name"
- "source"
]
@@ -110525,7 +110493,7 @@ one of “smart”, “urgent”, “focus”, “none”
one of “yes”, “no”, “force”, “workspace”
Default:
-"no"
+if focus.forceWrapping then "yes" else "no"
Declared by:
@@ -111027,18 +110995,23 @@ attribute set of attribute set of string
Default:
{
resize = {
- Down = "resize grow height 10 px";
- Escape = "mode default";
- Left = "resize shrink width 10 px";
- Return = "mode default";
- Right = "resize grow width 10 px";
- Up = "resize shrink height 10 px";
- h = "resize shrink width 10 px";
- j = "resize grow height 10 px";
- k = "resize shrink height 10 px";
- l = "resize grow width 10 px";
+ # Binds arrow keys to resizing commands
+ ${cfg.config.left}" = "resize shrink width 10 px";
+ ${cfg.config.down}" = "resize grow height 10 px";
+ ${cfg.config.up}" = "resize shrink height 10 px";
+ ${cfg.config.right}" = "resize grow width 10 px";
+
+ "Left" = "resize shrink width 10 px";
+ "Down" = "resize grow height 10 px";
+ "Up" = "resize shrink height 10 px";
+ "Right" = "resize grow width 10 px";
+
+ # Exit resize mode
+ "Escape" = "mode default";
+ "Return" = "mode default";
};
}
+
Declared by:
@@ -117870,7 +117843,7 @@ one of “smart”, “urgent”, “focus”, “none”
one of “yes”, “no”, “force”, “workspace”
Default:
-"yes"
+if focus.forceWrapping then "force" else "yes"
Declared by: