diff --git a/options.xhtml b/options.xhtml index 1c430c429..b09f844d0 100644 --- a/options.xhtml +++ b/options.xhtml @@ -54426,6 +54426,159 @@ positive integer, meaning >0
+programs.quickshell.enable
+
+
+Whether to enable quickshell, a flexbile QtQuick-based desktop shell toolkit…
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/quickshell.nix>
+
+ |
programs.quickshell.package
+
+
+The quickshell package to use.
+ +Type: +null or package
+ +Default:
+pkgs.quickshell
Declared by:
+
+
+<home-manager/modules/programs/quickshell.nix>
+
+ |
programs.quickshell.activeConfig
+
+
+The name of the config to use.
If null, quickshell will attempt to use a config located in $XDG_CONFIG_HOME/quickshell instead of one of the named sub-directories.
Type: +null or string
+ +Default:
+null
Declared by:
+
+
+<home-manager/modules/programs/quickshell.nix>
+
+ |
programs.quickshell.configs
+
+
+A set of configs to include in the quickshell config directory. The key is the name of the config.
The configuration that quickshell should use can be specified with the activeConfig option.
Type: +attribute set of absolute path
+ +Default:
+{ }
Declared by:
+
+
+<home-manager/modules/programs/quickshell.nix>
+
+ |
programs.quickshell.systemd.enable
+
+
+Whether to enable quickshell systemd service.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/quickshell.nix>
+
+ |
programs.quickshell.systemd.target
+
+
+The systemd target that will automatically start quickshell.
If you set this to a WM-specific target, make sure that systemd integration for that WM is enabled (e.g. wayland.windowManager.hyprland.systemd.enable). This is typically true by default.
Type: +string
+ +Default:
+config.wayland.systemd.target
Example:
+"hyprland-session.target"
Declared by:
+
+
+<home-manager/modules/programs/quickshell.nix>
+
+ |
programs.qutebrowser.enable