Add flexo configuration

This commit is contained in:
Marko Korhonen 2023-05-08 18:06:57 +03:00
parent 208688e092
commit 4b0cafdc04
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 32 additions and 0 deletions

View file

@ -159,6 +159,10 @@ dst = "/etc/sudoers.d/pacman"
src = "etc/doas.conf"
dst = "/etc/doas.conf"
[dotfiles."f_flexo.toml"]
src = "etc/flexo/flexo.toml"
dst = "/etc/flexo/flexo.toml"
[profiles.Network]
dotfiles = ["d_network", "f_networkd.conf"]
@ -192,6 +196,7 @@ dotfiles = [
"f_system.conf",
"f_timesyncd.conf",
"f_welcomemessage.conf",
"f_flexo.toml",
]
include = ["Locale", "Pacman", "Network"]
@ -207,6 +212,7 @@ dotfiles = [
"f_mkinitcpio_linux-lts.preset",
"f_plymouthd.conf",
"f_sshd_config",
"f_flexo.toml",
]
[profiles.Gondor]