change lockscreen to betterlockscreen

This commit is contained in:
2025-05-05 09:09:56 +02:00
parent a75991ba52
commit bea9a3e15b
7 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ betterlockscreen ];
}