about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/base.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index e91a7b12..a5147706 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -39,6 +39,7 @@ in
       htop              # top replacement
       nmap              # stats about clients in the network
       rsync             # file syncing tool
+      strace            # tracing syscalls
       tmux              # detachable terminal multiplexer
       wget              # the other URL file fetcher
       myPkgs.vim        # slight improvement over vi
@@ -49,7 +50,7 @@ in
     i18n = {
       defaultLocale = "en_US.UTF-8";
       extraLocaleSettings = {
-        LC_TIME = "de_DE.UTF-8"; #"en_DK.UTF-8";
+        LC_TIME = "de_DE.UTF-8";
       };
     };