aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-01-18 14:50:41 -0500
committerGitHub <noreply@github.com>2020-01-18 14:50:41 -0500
commitffcfb80781fc8c34404ffddb6f06b817a21ace07 (patch)
tree489f40d527535564fc10f51f68a33ff0b062a3ac /nixos/modules/hardware
parentaa92851f778defaf0a3eba297a3946134e3738dc (diff)
parent29bb16a9cd00d48949e5a4eec5029c9bb2544d1f (diff)
Merge pull request #77690 from gnidorah/way-cooler
way-cooler: Remove
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/opengl.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix
index 89dc5008df58..28cddea8b79c 100644
--- a/nixos/modules/hardware/opengl.nix
+++ b/nixos/modules/hardware/opengl.nix
@@ -43,11 +43,11 @@ in
description = ''
Whether to enable OpenGL drivers. This is needed to enable
OpenGL support in X11 systems, as well as for Wayland compositors
- like sway, way-cooler and Weston. It is enabled by default
+ like sway and Weston. It is enabled by default
by the corresponding modules, so you do not usually have to
set it yourself, only if there is no module for your wayland
- compositor of choice. See services.xserver.enable,
- programs.sway.enable, and programs.way-cooler.enable.
+ compositor of choice. See services.xserver.enable and
+ programs.sway.enable.
'';
type = types.bool;
default = false;