summary refs log tree commit diff stats
path: root/system/settings/services
diff options
context:
space:
mode:
authorAlan Pearce2019-11-26 12:58:35 +0100
committerAlan Pearce2019-11-26 12:58:35 +0100
commite59c4f72ce8203882c482718c8e6a9a780e2f964 (patch)
treee570beb83f30e6fc98cbb4848d7387268e792509 /system/settings/services
parent09d261ca71408893c14da39cf8299d2d9e2c678b (diff)
downloadnixfiles-e59c4f72ce8203882c482718c8e6a9a780e2f964.tar.lz
nixfiles-e59c4f72ce8203882c482718c8e6a9a780e2f964.tar.zst
nixfiles-e59c4f72ce8203882c482718c8e6a9a780e2f964.zip
xserver: disable sound themes
Diffstat (limited to 'system/settings/services')
-rw-r--r--system/settings/services/xserver.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/settings/services/xserver.nix b/system/settings/services/xserver.nix
index 4c476794..64bdb238 100644
--- a/system/settings/services/xserver.nix
+++ b/system/settings/services/xserver.nix
@@ -9,6 +9,8 @@ with lib;
 
   i18n.consoleUseXkbConfig = true;
 
+  xdg.sounds.enable = false;
+
   environment.systemPackages = with pkgs; [
     xorg.xmodmap
     xorg.xinit