some refactoring and modularizing locale

This commit is contained in:
cnst
2024-10-23 20:11:01 +02:00
parent 86046c6414
commit b7784f9b15
58 changed files with 256 additions and 165 deletions

View File

@@ -1,5 +1,5 @@
{
system = {
nixos = {
boot = {
loader = {
default = {
@@ -91,7 +91,7 @@
enable = true;
};
};
sysd = {
services = {
network = {
blueman = {
enable = false;
@@ -164,6 +164,14 @@
};
};
};
system = {
locale = {
enable = true;
timeZone = "Europe/Stockholm";
defaultLocale = "en_US.UTF-8";
extraLocale = "sv_SE.UTF-8";
};
};
utils = {
android = {
enable = false;