Add wayland variables and fix termux dotdrop profile
This commit is contained in:
parent
22a0fd71c1
commit
73f9940a09
4 changed files with 21 additions and 17 deletions
12
config.toml
12
config.toml
|
@ -311,16 +311,25 @@ dotfiles = [
|
|||
include = ["os_arch", "email", "media", "sway", "gpg"]
|
||||
dotfiles = ["d_systemd"]
|
||||
|
||||
[profiles.Mirkwood.variables]
|
||||
wayland = true
|
||||
|
||||
[profiles.Moria]
|
||||
include = ["os_arch", "media", "gpg"]
|
||||
dotfiles = ["f_zprofile"]
|
||||
|
||||
[profiles.Moria.variables]
|
||||
wayland = true
|
||||
|
||||
[profiles.Gondor]
|
||||
include = ["os_arch"]
|
||||
|
||||
[profiles.mko-laptop]
|
||||
include = ["os_ubuntu", "media", "gpg"]
|
||||
|
||||
[profiles.mko-laptop.variables]
|
||||
wayland = false
|
||||
|
||||
[profiles.Isengard]
|
||||
include = ["os_termux"]
|
||||
|
||||
|
@ -330,6 +339,9 @@ include = ["os_arch"]
|
|||
[profiles.TakamakiPC]
|
||||
include = ["os_arch"]
|
||||
|
||||
[profiles.TakamakiPC.variables]
|
||||
wayland = false
|
||||
|
||||
[profiles.localhost]
|
||||
include = ["os_arch"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue