mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-03-09 16:34:34 +00:00
rosenthal: wayland-for-hyprland: Export variable.
As reported in <https://github.com/rakino/Rosenthal/issues/15> , the inconsistency between wayland versions may cause issue on hyprland. This commit exports ‘wayland-for-hyprland’, a newer version of "wayland" package used by hyprland in rosenthal, so that affected users can install it as a workaround. * rosenthal/packages/wm.scm (wayland-for-hyprland): Export variable.
This commit is contained in:
parent
f45687f13b
commit
61f7bbcdf5
@ -39,7 +39,8 @@
|
||||
#:use-module (gnu packages wm)
|
||||
#:use-module (gnu packages xdisorg)
|
||||
#:use-module (gnu packages xml)
|
||||
#:use-module (gnu packages xorg))
|
||||
#:use-module (gnu packages xorg)
|
||||
#:export (wayland-for-hyprland))
|
||||
|
||||
(define libinput-minimal-for-hyprland
|
||||
(package
|
||||
|
Loading…
Reference in New Issue
Block a user