feat(desktop): use hyprlock git.

This commit is contained in:
CronyAkatsuki 2025-09-04 15:41:14 +02:00
parent a454acd3eb
commit 0bde788264
3 changed files with 204 additions and 58 deletions

View file

@ -1,5 +1,6 @@
{
config,
inputs,
pkgs,
lib,
...
@ -66,6 +67,7 @@
# Enable hyprlock
programs.hyprlock = {
enable = true;
package = inputs.hyprlock.packages.${pkgs.stdenv.hostPlatform.system}.hyprlock;
settings = {
general = {
disable_loading_bar = true;