Regenerated

This commit is contained in:
2026-03-31 20:59:02 +02:00
parent e681387864
commit 129d92a0e2
4 changed files with 286 additions and 283 deletions
+282 -281
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -154,7 +154,7 @@ in
"nl_NL.UTF-8/UTF-8" "nl_NL.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8" "en_US.UTF-8/UTF-8"
]; ];
consoleKeyMap = "us"; console.keyMap = "us";
}; };
time.timeZone = "Europe/Amsterdam"; time.timeZone = "Europe/Amsterdam";
@@ -3144,6 +3144,7 @@ in
############################ ############################
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
blueman blueman
bluez
]; ];
############################ ############################
@@ -20,7 +20,7 @@ in
"nl_NL.UTF-8/UTF-8" "nl_NL.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8" "en_US.UTF-8/UTF-8"
]; ];
consoleKeyMap = "us"; console.keyMap = "us";
}; };
time.timeZone = "Europe/Amsterdam"; time.timeZone = "Europe/Amsterdam";
@@ -18,6 +18,7 @@ in
############################ ############################
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
blueman blueman
bluez
]; ];
############################ ############################