mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-06-09 20:45:29 +00:00
rosenthal: Add hwdata-for-hyprland.
* rosenthal/packages/wm.scm (hwdata-for-hyprland): New variable.
This commit is contained in:
parent
18b5f4779c
commit
a7fb74617e
@ -25,6 +25,14 @@
|
||||
#:use-module (rosenthal packages freedesktop)
|
||||
#:use-module (rosenthal packages xdisorg))
|
||||
|
||||
(define hwdata-for-hyprland
|
||||
(package
|
||||
(inherit hwdata)
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments hwdata)
|
||||
((#:phases _) #~%standard-phases)))
|
||||
(outputs '("out"))))
|
||||
|
||||
(define wlroots-for-hyprland
|
||||
(let ((base wlroots)
|
||||
(revision "212")
|
||||
|
Loading…
Reference in New Issue
Block a user