Compare commits

..

No commits in common. "d7f52a50374b8384e488e8548c396dbdd797f1f1" and "e348e164bc909fb796bf3e9f1ba7b3ff8b45f595" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -2,7 +2,6 @@
config, config,
lib, lib,
namespace, namespace,
pkgs,
... ...
}: }:
let let
@ -25,7 +24,7 @@ in
general = { general = {
after_sleep_cmd = "hyprctl dispatch dpms on"; after_sleep_cmd = "hyprctl dispatch dpms on";
ignore_dbus_inhibit = false; ignore_dbus_inhibit = false;
lock_cmd = "${pkgs.hyprlock-blur}/bin/hyprlock-blur"; lock_cmd = "hyprlock";
}; };
listener = [ listener = [

View file

@ -31,8 +31,6 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
security.pam.services.hyprlock = { }; security.pam.services.hyprlock = { };
environment.systemPackages = [ hyprlock-blur ];
${namespace}.desktop.hyprland.settings = { ${namespace}.desktop.hyprland.settings = {
bind = [ bind = [
"$mod CTRL, l, exec, ${hyprlock-blur}/bin/hyprlock-blur" "$mod CTRL, l, exec, ${hyprlock-blur}/bin/hyprlock-blur"