{kasei,xps16}: enable debug info

This commit is contained in:
2025-04-11 09:22:33 +02:00
parent fa5b61f3f8
commit 29eeccdd2f
2 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,8 @@
"nixos-test"
];
environment.enableDebugInfo = true;
i18n.extraLocaleSettings = {
LC_ALL = "en_US.UTF-8";
};

View File

@@ -39,6 +39,8 @@
"nixos-test"
];
environment.enableDebugInfo = true;
i18n.extraLocaleSettings = {
LC_ALL = "en_US.UTF-8";
};