diff options
Diffstat (limited to 'systems/mu')
-rw-r--r-- | systems/mu/config.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/mu/config.nix b/systems/mu/config.nix index b3d3e99..f9debe4 100644 --- a/systems/mu/config.nix +++ b/systems/mu/config.nix @@ -38,8 +38,6 @@ nixpkgs.config.allowUnfree = true; hardware.opengl.driSupport32Bit = true; - hardware.pulseaudio.enable = true; - hardware.enableRedistributableFirmware = true; boot.loader.efi.canTouchEfiVariables = true; @@ -98,6 +96,8 @@ pkgs.xorg.fontschumachermisc ]; + services.pulseaudio.enable = true; + services.xserver.enable = true; services.xserver.xkb.layout = "de"; services.xserver.xkb.options = "eurosign:e"; |