x11 initial setup
This commit is contained in:
parent
bad1d8d9bc
commit
5f265bb880
1 changed files with 16 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue