~ruther/nixos-config

884fd5613aabb3a48fdd35a64d5c9e2fce46f9d7 — Frantisek Bohacek 1 year, 6 months ago eb8aa0d
feat: use xsecurelock only by utilizing xss-lock
2 files changed, 1 insertions(+), 2 deletions(-)

M modules/desktop/dm/sddm.nix
M modules/desktop/qtile/config/config.py
M modules/desktop/dm/sddm.nix => modules/desktop/dm/sddm.nix +0 -1
@@ 10,7 10,6 @@ let
in {
  environment.systemPackages = with pkgs; [
    themes.sddm-sugar-dark
    xsecurelock

    # Dependencies of sugar dark theme
    libsForQt5.qt5.qtquickcontrols2

M modules/desktop/qtile/config/config.py => modules/desktop/qtile/config/config.py +1 -1
@@ 426,7 426,7 @@ keys.extend([

# Locking
keys.extend([
    EzKey('M-S-m', lazy.spawn('xsecurelock')),
    EzKey('M-S-m', lazy.spawn('loginctl lock-session')),
])

# Qtile control

Do not follow this link