From 29eeccdd2fe9244772b9b5cc8a822a02c1219d5f Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 11 Apr 2025 09:22:33 +0200 Subject: [PATCH] {kasei,xps16}: enable debug info --- hosts/kasei/configuration.nix | 2 ++ hosts/xps16/configuration.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hosts/kasei/configuration.nix b/hosts/kasei/configuration.nix index f9fbf3d..3c40429 100644 --- a/hosts/kasei/configuration.nix +++ b/hosts/kasei/configuration.nix @@ -33,6 +33,8 @@ "nixos-test" ]; + environment.enableDebugInfo = true; + i18n.extraLocaleSettings = { LC_ALL = "en_US.UTF-8"; }; diff --git a/hosts/xps16/configuration.nix b/hosts/xps16/configuration.nix index ea8a8f4..939cba1 100644 --- a/hosts/xps16/configuration.nix +++ b/hosts/xps16/configuration.nix @@ -39,6 +39,8 @@ "nixos-test" ]; + environment.enableDebugInfo = true; + i18n.extraLocaleSettings = { LC_ALL = "en_US.UTF-8"; };