.
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
|
;;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
((nil . ((sentence-end-double-space . t)))
|
((nil . ((sentence-end-double-space . t)
|
||||||
(scheme-mode . ((geiser-guile-binary . ("guix" "repl")))))
|
(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
|
(list gcc-13
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list egl-wayland
|
(list wayland
|
||||||
|
egl-wayland
|
||||||
eglexternalplatform))
|
eglexternalplatform))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo-for-hyprland
|
(list cairo-for-hyprland
|
||||||
|
@ -454,7 +455,6 @@ more.")
|
||||||
libglvnd
|
libglvnd
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
wayland-protocols-for-hyprland
|
wayland-protocols-for-hyprland
|
||||||
wayland
|
|
||||||
rosenthal:hyprlang))
|
rosenthal:hyprlang))
|
||||||
(home-page "https://github.com/hyprwm/hyprlock")
|
(home-page "https://github.com/hyprwm/hyprlock")
|
||||||
(synopsis "Hyprland's GPU-accelerated screen locking utility")
|
(synopsis "Hyprland's GPU-accelerated screen locking utility")
|
||||||
|
|
Loading…
Reference in a new issue