Files
2025-05-26 19:15:48 -05:00

8 lines
83 B
Nix

{...}: {
programs.hyprlock = {
enable = true;
settings = {
};
};
}