Add flexo configuration

This commit is contained in:
Marko Korhonen 2023-05-08 18:06:57 +03:00
parent 0a21e02625
commit 955020d9f4
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]