This commit is contained in:
Schrottkatze 2025-12-20 19:20:12 +01:00
commit 3ed9b836ee
No known key found for this signature in database
11 changed files with 139 additions and 18 deletions

View file

@ -6,9 +6,9 @@
services = {
pipewire = {
enable = true;
alsa.enable = false;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = false;
};
};
environment.systemPackages = with pkgs; [

View file

@ -1,6 +1,5 @@
{ ... }:
{
time.timeZone = "Europe/Berlin";
i18n.extraLocaleSettings = {
LC_LANG = "en_US.UTF-8";
# LC_LANGUAGE = "en_DE:en_US:en_GB:de_DE";