Format config.toml with taplo
This commit is contained in:
parent
8174254bc0
commit
312d755740
2 changed files with 54 additions and 102 deletions
|
@ -225,11 +225,7 @@ dotfiles = [
|
|||
]
|
||||
|
||||
[profiles.Tirion]
|
||||
dotfiles = [
|
||||
"f_doas.conf",
|
||||
"f_ignore",
|
||||
"f_sshd_config",
|
||||
]
|
||||
dotfiles = ["f_doas.conf", "f_ignore", "f_sshd_config"]
|
||||
|
||||
[profiles.Gondor]
|
||||
include = ["Locale", "Pacman"]
|
||||
|
|
72
config.toml
72
config.toml
|
@ -234,9 +234,7 @@ dst = "~/.config/wal"
|
|||
[dotfiles."f_dconf.ini"]
|
||||
src = ".config/dconf.ini"
|
||||
dst = "~/.config/dconf.ini"
|
||||
actions = [
|
||||
"dconf-load",
|
||||
]
|
||||
actions = ["dconf-load"]
|
||||
|
||||
[dotfiles."f_docker-config.json"]
|
||||
src = ".docker/config.json"
|
||||
|
@ -249,10 +247,7 @@ dst = "~/.npmrc"
|
|||
chmod = "600"
|
||||
|
||||
[profiles.pacman]
|
||||
dotfiles = [
|
||||
"f_makepkg.conf",
|
||||
"f_paru.conf",
|
||||
]
|
||||
dotfiles = ["f_makepkg.conf", "f_paru.conf"]
|
||||
|
||||
[profiles.terminal]
|
||||
dotfiles = [
|
||||
|
@ -274,12 +269,7 @@ dotfiles = [
|
|||
]
|
||||
|
||||
[profiles.email]
|
||||
dotfiles = [
|
||||
"d_neomutt",
|
||||
"d_imapnotify",
|
||||
"f_mbsyncrc",
|
||||
"f_msmtp_config",
|
||||
]
|
||||
dotfiles = ["d_neomutt", "d_imapnotify", "f_mbsyncrc", "f_msmtp_config"]
|
||||
|
||||
[profiles.media]
|
||||
dotfiles = [
|
||||
|
@ -305,13 +295,7 @@ dotfiles = [
|
|||
]
|
||||
|
||||
[profiles.Mirkwood]
|
||||
include = [
|
||||
"pacman",
|
||||
"terminal",
|
||||
"email",
|
||||
"media",
|
||||
"gpg",
|
||||
]
|
||||
include = ["pacman", "terminal", "email", "media", "gpg"]
|
||||
dotfiles = [
|
||||
"d_rofi",
|
||||
"f_librewolf_overrides",
|
||||
|
@ -324,12 +308,7 @@ dotfiles = [
|
|||
wayland = true
|
||||
|
||||
[profiles.Moria]
|
||||
include = [
|
||||
"pacman",
|
||||
"terminal",
|
||||
"media",
|
||||
"gpg",
|
||||
]
|
||||
include = ["pacman", "terminal", "media", "gpg"]
|
||||
dotfiles = [
|
||||
"f_librewolf_overrides",
|
||||
"f_dconf.ini",
|
||||
|
@ -341,58 +320,35 @@ dotfiles = [
|
|||
wayland = true
|
||||
|
||||
[profiles.Tirion]
|
||||
include = [
|
||||
"terminal",
|
||||
"gpg",
|
||||
]
|
||||
include = ["terminal", "gpg"]
|
||||
|
||||
[profiles.Gondor]
|
||||
include = [
|
||||
"pacman",
|
||||
"terminal",
|
||||
]
|
||||
include = ["pacman", "terminal"]
|
||||
|
||||
[profiles.mko-laptop]
|
||||
include = [
|
||||
"terminal",
|
||||
"media",
|
||||
"gpg",
|
||||
]
|
||||
dotfiles = [
|
||||
"f_librewolf_overrides",
|
||||
"f_dconf.ini",
|
||||
]
|
||||
include = ["terminal", "media", "gpg"]
|
||||
dotfiles = ["f_librewolf_overrides", "f_dconf.ini"]
|
||||
|
||||
[profiles.mko-laptop.variables]
|
||||
wayland = true
|
||||
|
||||
[profiles.Isengard]
|
||||
include = [
|
||||
"terminal",
|
||||
]
|
||||
include = ["terminal"]
|
||||
|
||||
[profiles.Isengard.variables]
|
||||
distro_id = "termux"
|
||||
|
||||
[profiles.Edoras]
|
||||
include = [
|
||||
"terminal",
|
||||
]
|
||||
include = ["terminal"]
|
||||
|
||||
[profiles.TakamakiPC]
|
||||
include = [
|
||||
"terminal",
|
||||
]
|
||||
include = ["terminal"]
|
||||
|
||||
[profiles.TakamakiPC.variables]
|
||||
wayland = false
|
||||
|
||||
[profiles.localhost]
|
||||
include = [
|
||||
"terminal",
|
||||
]
|
||||
include = ["terminal"]
|
||||
|
||||
[profiles.ViiruJaTeippi]
|
||||
include = [
|
||||
"terminal",
|
||||
]
|
||||
include = ["terminal"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue