diff --git a/.dotter/global.toml b/.dotter/global.toml index ae2a950..8ad9242 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -41,6 +41,14 @@ depends = ["graphical"] [wayland.variables] +[x11] +depends = ["graphical"] + +[x11.files] +"x11/config" = { target = "~/.config", type = "symbolic" } + +[x11.variables] + [desktop] depends = ["wayland"] @@ -73,5 +81,13 @@ depends = ["wayland"] [work-laptop.variables] +[cosmo] +depends = ["x11"] + +[cosmo.files] +"cosmo/config" = "~/.config" + +[cosmo.variables] + [settings] default_target_type = "automatic"