refactor(xonsh): make a better xonsh wrapper

This commit is contained in:
Artur Manuel 2025-01-18 22:53:36 +00:00
commit 41992c65e7
4 changed files with 103 additions and 87 deletions

View file

@ -43,7 +43,7 @@
networking.networkmanager.enable = true;
time.timeZone = "Europe/London";
i18n.defaultLocale = "nl_NL.UTF-8";
i18n.defaultLocale = "de_DE.UTF-8";
system.stateVersion = "24.11";
};
}