move i18n config to module

This commit is contained in:
ulic-youthlic 2025-01-13 17:25:57 +08:00
parent 7deeaa409b
commit 35483f5c4c
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 55 additions and 44 deletions

View file

@ -5,7 +5,6 @@
nixos-hardware.nixosModules.asus-fx506hm
])
++ [
./i18n.nix
./gui.nix
./users
./kvm.nix
@ -22,6 +21,7 @@
unixName = "david";
hostName = "Tytonidae";
};
i18n.enable = true;
programs = {
dae.enable = true;
openssh.enable = true;