mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
nixos/hyprland: removed references to mdDoc since it is the default
This commit is contained in:
parent
888accda88
commit
10d1589126
@ -13,7 +13,7 @@ in
|
|||||||
{
|
{
|
||||||
options.programs.hyprland = {
|
options.programs.hyprland = {
|
||||||
enable = mkEnableOption null // {
|
enable = mkEnableOption null // {
|
||||||
description = mdDoc ''
|
description = ''
|
||||||
Hyprland, the dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
|
Hyprland, the dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
|
||||||
|
|
||||||
You can manually launch Hyprland by executing {command}`Hyprland` on a TTY.
|
You can manually launch Hyprland by executing {command}`Hyprland` on a TTY.
|
||||||
@ -33,18 +33,18 @@ in
|
|||||||
};
|
};
|
||||||
defaultText = literalExpression
|
defaultText = literalExpression
|
||||||
"`programs.hyprland.package` with applied configuration";
|
"`programs.hyprland.package` with applied configuration";
|
||||||
description = mdDoc ''
|
description = ''
|
||||||
The Hyprland package after applying configuration.
|
The Hyprland package after applying configuration.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
portalPackage = mkPackageOption pkgs "xdg-desktop-portal-hyprland" { };
|
portalPackage = mkPackageOption pkgs "xdg-desktop-portal-hyprland" { };
|
||||||
|
|
||||||
xwayland.enable = mkEnableOption (mdDoc "XWayland") // { default = true; };
|
xwayland.enable = mkEnableOption ("XWayland") // { default = true; };
|
||||||
|
|
||||||
systemd.setPath.enable = mkEnableOption null // {
|
systemd.setPath.enable = mkEnableOption null // {
|
||||||
default = true;
|
default = true;
|
||||||
description = mdDoc ''
|
description = ''
|
||||||
Set environment path of systemd to include the current system's bin directory.
|
Set environment path of systemd to include the current system's bin directory.
|
||||||
This is needed in Hyprland setups, where opening links in applications do not work.
|
This is needed in Hyprland setups, where opening links in applications do not work.
|
||||||
Enabled by default.
|
Enabled by default.
|
||||||
|
Loading…
Reference in New Issue
Block a user