nixfiles/home/environments/hyprland/wlogout.nix
2024-03-07 17:05:22 -08:00

5 lines
54 B
Nix

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