mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-07 00:22:33 +02:00
10 lines
171 B
Nix
10 lines
171 B
Nix
# Hyprland is a dynamic tiling Wayland compositor.
|
|
{...}: {
|
|
programs.hyprland = {
|
|
enable = true;
|
|
withUWSM = true;
|
|
};
|
|
|
|
security.pam.services.hyprlock = {};
|
|
}
|