diff --git a/config-root.toml b/config-root.toml index 0faab602..f41aa8c9 100644 --- a/config-root.toml +++ b/config-root.toml @@ -168,10 +168,10 @@ dst = "/etc/doas.conf" src = "etc/flexo/flexo.toml" dst = "/etc/flexo/flexo.toml" -[profiles.locale] +[profiles.Locale] dotfiles = ["f_locale.conf", "f_locale.gen"] -[profiles.pacman] +[profiles.Pacman] dotfiles = [ "f_pacman.conf", "f_pacman_zsh_hook", @@ -204,7 +204,7 @@ dotfiles = [ "f_welcomemessage.conf", "f_flexo.toml", ] -include = ["locale", "pacman"] +include = ["Locale", "Pacman"] [profiles.VentoyArch] dotfiles = [ @@ -221,7 +221,7 @@ dotfiles = [ "f_system.conf", "f_timesyncd.conf", ] -include = ["locale", "pacman"] +include = ["Locale", "Pacman"] [profiles.Shire] dotfiles = [ @@ -244,10 +244,10 @@ dotfiles = [ "f_sshd_config", "f_system.conf", ] -include = ["locale", "pacman"] +include = ["Locale", "Pacman"] [profiles.Moria] -include = ["locale", "pacman"] +include = ["Locale", "Pacman"] dotfiles = [ "f_99-sysctl.conf", "f_cmdline", @@ -265,18 +265,14 @@ dotfiles = [ dotfiles = ["f_doas.conf", "f_ignore", "f_sshd_config"] [profiles.Gondor] -include = ["locale", "pacman"] +include = ["Locale", "Pacman"] dotfiles = ["f_doas.conf", "f_sshd_config"] [profiles.localhost] -include = ["locale"] +include = ["Locale"] [profiles.Edoras] -include = ["pacman"] +include = ["Pacman"] [profiles.mko-laptop] dotfiles = ["f_cpupower", "f_doas.conf", "f_timesyncd.conf"] - -[profiles.Evendim] -include = ["locale", "pacman"] -dotfiles = ["f_doas.conf", "f_sshd_config"]