43 lines
863 B
TOML
43 lines
863 B
TOML
[linux]
|
|
# Arch Package Manager to use.
|
|
# Allowed values:
|
|
# autodetect, aura, garuda_update, pacman, pamac, paru, pikaur, trizen, yay
|
|
arch_package_manager = "yay"
|
|
|
|
# Arguments to pass yay (or paru) when updating packages
|
|
# yay_arguments = "--nodevel"
|
|
|
|
# Arguments to pass dnf when updating packages
|
|
# dnf_arguments = "--refresh"
|
|
|
|
# aura_aur_arguments = "-kx"
|
|
|
|
# aura_pacman_arguments = ""
|
|
# garuda_update_arguments = ""
|
|
|
|
# show_arch_news = true
|
|
|
|
# trizen_arguments = "--devel"
|
|
|
|
# pikaur_arguments = ""
|
|
|
|
# pamac_arguments = "--no-devel"
|
|
|
|
# enable_tlmgr = true
|
|
|
|
# emerge_sync_flags = "-q"
|
|
|
|
# emerge_update_flags = "-uDNa --with-bdeps=y world"
|
|
|
|
# redhat_distro_sync = false
|
|
|
|
# suse_dup = false
|
|
|
|
# rpm_ostree = false
|
|
|
|
# nix_arguments = "--flake"
|
|
|
|
# nix_env_arguments = "--prebuilt-only"
|
|
|
|
# Extra Home Manager arguments
|
|
# home_manager_arguments = ["--flake", "file"]
|