From 370e2e29ffaa761a83183a7d65b375bdf857f0c6 Mon Sep 17 00:00:00 2001 From: k Date: Fri, 10 Jan 2025 18:18:40 -0500 Subject: [PATCH] added missing hyprlock --- hosts/home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/home/hyprland.nix b/hosts/home/hyprland.nix index 692462a..06ab1cc 100644 --- a/hosts/home/hyprland.nix +++ b/hosts/home/hyprland.nix @@ -5,7 +5,7 @@ ... }: { imports = [./waybar.nix ./tile.nix]; - + programs = {hyprlock = {enable=true;};}; wayland.windowManager.hyprland = { enable = true; systemd.variables = ["--all"];