mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Pass inputs around instead of each individual input
This commit is contained in:
parent
e1d4cddda0
commit
eead479245
25 changed files with 27 additions and 29 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, hostname, pkgs, sops-nix, username, ... }: {
|
||||
{ hostname, pkgs, username, ... }: {
|
||||
imports = [
|
||||
./linux/internationalisation.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{ ... }: {
|
||||
# Select internationalisation properties.
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue