x11 initial setup

This commit is contained in:
Penelope Gwen 2026-04-06 09:08:25 -07:00
parent bad1d8d9bc
commit 5f265bb880

View file

@ -39,6 +39,14 @@ depends = ["graphical"]
[wayland.variables] [wayland.variables]
[x11]
depends = ["graphical"]
[x11.files]
"x11/config" = { target = "~/.config", type = "symbolic" }
[x11.variables]
[desktop] [desktop]
depends = ["wayland"] depends = ["wayland"]
@ -71,5 +79,13 @@ depends = ["wayland"]
[work-laptop.variables] [work-laptop.variables]
[cosmo]
depends = ["x11"]
[cosmo.files]
"cosmo/config" = "~/.config"
[cosmo.variables]
[settings] [settings]
default_target_type = "automatic" default_target_type = "automatic"