From 5f265bb880382ecdcc74f2a33b16d17a07947c8d Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 6 Apr 2026 09:08:25 -0700 Subject: [PATCH] x11 initial setup --- .dotter/global.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.dotter/global.toml b/.dotter/global.toml index bcc9c7c..80aa547 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -39,6 +39,14 @@ depends = ["graphical"] [wayland.variables] +[x11] +depends = ["graphical"] + +[x11.files] +"x11/config" = { target = "~/.config", type = "symbolic" } + +[x11.variables] + [desktop] depends = ["wayland"] @@ -71,5 +79,13 @@ depends = ["wayland"] [work-laptop.variables] +[cosmo] +depends = ["x11"] + +[cosmo.files] +"cosmo/config" = "~/.config" + +[cosmo.variables] + [settings] default_target_type = "automatic"