feat(de): add hyprlock
This commit is contained in:
parent
92c962c5ac
commit
4c154876ba
7 changed files with 222 additions and 43 deletions
6
users/modules/programs/hyprlock.nix
Normal file
6
users/modules/programs/hyprlock.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
package = null;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue