Pass inputs around instead of each individual input

This commit is contained in:
Gene Liverman 2024-12-04 21:39:03 -05:00
parent e1d4cddda0
commit eead479245
25 changed files with 27 additions and 29 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ ... }: {
# Select internationalisation properties.
i18n = {
defaultLocale = "en_US.UTF-8";