1
0

add system/linux/i18n.nix

This commit is contained in:
2025-09-22 08:45:27 -07:00
parent abe5a405d0
commit 1a5009f4af
2 changed files with 18 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
nixosModules.linux = { ... }: {
imports = [
./system/linux/i18n.nix
./system/linux/system.nix
];
};