mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 06:45:59 +01:00
Mihai Fufezan
ff411658e8
The file in the repo cannot be used in NixOS due to missing full paths, and the fact that `uwsm` does not have access to `PATH` to find the listed binaries. Might be useful in other situations as well.
7 lines
189 B
Meson
7 lines
189 B
Meson
if (get_option('uwsm').allowed())
|
|
install_data(
|
|
'hyprland-uwsm.desktop',
|
|
install_dir: join_paths(get_option('datadir'), 'wayland-sessions'),
|
|
install_tag: 'runtime',
|
|
)
|
|
endif
|