From 7084121b8adfb2f271148fc7a9392c23dbc0c85e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:29:51 +0300 Subject: [PATCH] skull issue two --- modules/desktop/dwm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/desktop/dwm/default.nix b/modules/desktop/dwm/default.nix index 3484c719..e127aa40 100644 --- a/modules/desktop/dwm/default.nix +++ b/modules/desktop/dwm/default.nix @@ -30,8 +30,8 @@ in { extraConfig = '' [greeter] show-password-label = true - password-label-text = "magic word" - invalid-password-text = "skull issue" + password-label-text = magic word + invalid-password-text = skull issue ''; };