From 3a8b6f54f642927e07ddb45314aa38e3d00519b1 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 9 May 2023 13:48:41 +0200 Subject: [PATCH] Fix typos --- modules/xmonad.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/xmonad.nix b/modules/xmonad.nix index 9655587..6e25677 100644 --- a/modules/xmonad.nix +++ b/modules/xmonad.nix @@ -10,8 +10,8 @@ with lib; { in mkIf cfg.enable { elss.graphical.xserver.enable = true; - elss.users.dunste.enable = true; - cfg.polybar.enable = true; + elss.users.dunst.enable = true; + elss.graphical.xmonad.polybar.enable = true; services = { xserver = { startDbusSession = true; @@ -19,7 +19,7 @@ with lib; { enable = true; enableContribAndExtras = true; }; - displaymanager.defaultSession = "none+xmonad"; + displayManager.defaultSession = "none+xmonad"; libinput = { enable = true; disableWhileTyping = true;