From 989504b1bbe5fc5149e1daac8997384cc11227b7 Mon Sep 17 00:00:00 2001
From: rycee
Example:
true
Declared by:
+
+
+<home-manager/modules/config/home-cursor.nix>
+
+ |
home.pointerCursor.hyprcursor.enable
+
+
+Whether to enable hyprcursor config generation.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/config/home-cursor.nix>
+
+ |
home.pointerCursor.hyprcursor.size
+
+
+The cursor size for hyprcursor.
+ +Type: +null or signed integer
+ +Default:
+null
Example:
+32
Declared by:
|
@@ -55372,6 +55426,33 @@ list of string
+ Declared by: +
programs.zed-editor.extraPackages
+
+
+Extra packages available to Zed. + +Type: +list of package + +Default:
+ Example:
+ Declared by:
services.podman.settings.containers
+
+
+containers.conf configuration + +Type: +TOML value + +Default:
+ Declared by: +
services.podman.settings.policy
+
+
+Signature verification policy file.
+If this option is empty the default policy file from
+ Type: +attribute set + +Default:
+ Example:
+
+Declared by: +
services.podman.settings.registries.block
+
+
+List of blocked repositories. + +Type: +list of string + +Default:
+ Declared by: +
services.podman.settings.registries.insecure
+
+
+List of insecure repositories. + +Type: +list of string + +Default:
+ Declared by: +
services.podman.settings.registries.search
+
+
+List of repositories to search. + +Type: +list of string + +Default:
+
+Declared by: +
services.podman.settings.storage
+
+
+storage.conf configuration + +Type: +TOML value + +Declared by: +
services.polybar.enable
|