This commit is contained in:
Daniel Ziltener 2024-04-12 14:55:00 +02:00
parent df2917d939
commit e364049e5d
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
2 changed files with 7 additions and 4 deletions

View File

@ -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)))))

View File

@ -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")