all repos — nixfiles @ e59c4f72ce8203882c482718c8e6a9a780e2f964

System and user configuration, managed by nix and home-manager

xserver: disable sound themes
Alan Pearce alan@alanpearce.eu
Tue, 26 Nov 2019 12:58:35 +0100
commit

e59c4f72ce8203882c482718c8e6a9a780e2f964

parent

09d261ca71408893c14da39cf8299d2d9e2c678b

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M system/settings/services/xserver.nixsystem/settings/services/xserver.nix
@@ -9,6 +9,8 @@ }; 
   i18n.consoleUseXkbConfig = true;
 
+  xdg.sounds.enable = false;
+
   environment.systemPackages = with pkgs; [
     xorg.xmodmap
     xorg.xinit