.
This commit is contained in:
parent
df2917d939
commit
e364049e5d
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
((nil . ((sentence-end-double-space . t)))
|
||||
(scheme-mode . ((geiser-guile-binary . ("guix" "repl")))))
|
||||
((nil . ((sentence-end-double-space . t)
|
||||
(auto-mode-alist . (("\\.scm\\'" . guix-scheme-mode)
|
||||
("\\.cscm\\'" . scheme-mode)))))
|
||||
(scheme-mode . ((geiser-guile-binary . ("guix" "repl"))
|
||||
(geiser-active-implementations . (guile chicken)))))
|
||||
|
|
|
@ -443,7 +443,8 @@ more.")
|
|||
(list gcc-13
|
||||
pkg-config))
|
||||
(propagated-inputs
|
||||
(list egl-wayland
|
||||
(list wayland
|
||||
egl-wayland
|
||||
eglexternalplatform))
|
||||
(inputs
|
||||
(list cairo-for-hyprland
|
||||
|
@ -454,7 +455,6 @@ more.")
|
|||
libglvnd
|
||||
libxkbcommon
|
||||
wayland-protocols-for-hyprland
|
||||
wayland
|
||||
rosenthal:hyprlang))
|
||||
(home-page "https://github.com/hyprwm/hyprlock")
|
||||
(synopsis "Hyprland's GPU-accelerated screen locking utility")
|
||||
|
|
Loading…
Reference in a new issue