nixfiles/home/environments/hyprland/wlogout.nix
2025-06-17 16:41:48 -07:00

5 lines
54 B
Nix

_: {
programs.wlogout = {
enable = true;
};
}