mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
home: services: Add missing hyprland configuration blocks
This commit is contained in:
parent
193ad59a54
commit
bda96e63fd
1 changed files with 9 additions and 0 deletions
|
|
@ -379,6 +379,15 @@
|
|||
(misc (block (block)) "Misc settings")
|
||||
(input (block (block)) "Input settings")
|
||||
(gestures (block (block)) "Gestures settings")
|
||||
(group (block (block)) "Group settings")
|
||||
(binds (block (block)) "Binds settings")
|
||||
(xwayland (block (block)) "XWayland settings")
|
||||
(opengl (block (block)) "OpenGL settings")
|
||||
(render (block (block)) "Render settings")
|
||||
(cursor (block (block)) "Cursor settings")
|
||||
(ecosystem (block (block)) "Ecosystem settings")
|
||||
(experimental (block (block)) "Experimental settings")
|
||||
(debug (block (block)) "Debug settings")
|
||||
(environment (list-of-envs '()) "Environment variables")
|
||||
(bindings (bindings (bindings)) "Bindings configuration")
|
||||
(submaps (list-of-submaps '()) "Submap configuration")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue