From 9eceeb9ba4a73ca60b39d59d139b22fadf890aa6 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:18:10 +0400 Subject: [PATCH] modules/desktop: remove swaylock --- modules/desktop/hyprland/default.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index 88585239..dddd1db5 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -83,7 +83,7 @@ in # bar waybar # lock - swaylock + # swaylock ags brightnessctl inotify-tools @@ -138,10 +138,10 @@ in source = ../../../config/waybar; recursive = true; }; - swaylock = { - source = ../../../config/swaylock; - recursive = true; - }; + # swaylock = { + # source = ../../../config/swaylock; + # recursive = true; + # }; ags = { source = ../../../config/ags; recursive = true; @@ -150,11 +150,11 @@ in }; # swaylock doesnt work without this - security.pam.services.swaylock.text = '' - # PAM configuration file for the swaylock screen locker. By default, it includes - # the 'login' configuration file (see /etc/pam.d/login) - auth include login - ''; + # security.pam.services.swaylock.text = '' + # # PAM configuration file for the swaylock screen locker. By default, it includes + # # the 'login' configuration file (see /etc/pam.d/login) + # auth include login + # ''; }; }