nix-config/home/hyprland/hyprlock.nix

13 lines
181 B
Nix
Raw Normal View History

2025-03-27 12:54:14 +01:00
{ pkgs, ... }:
{
# Hyprland and related packages
home.packages = with pkgs; [
hyprlock
];
# Hyprlock configuration
2025-03-27 13:11:56 +01:00
programs.hyprlock.enable = true;
2025-03-27 12:54:14 +01:00
}