Files
NixOS/modules/hyprlock/home.nix
Cookiez c6862c78db - Formatted everything using Alejandra
- Added 'ncli format' as a quick command to format everything
2026-03-11 16:03:16 +01:00

14 lines
113 B
Nix

{
pkgs,
inputs,
username,
...
}: {
imports = [
];
programs = {
hyprlock.enable = true;
};
}