From 4e2161f9ed88c4b34760a4b29fb68dc9aa9ef1df Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sat, 2 Nov 2019 10:38:29 -0400 Subject: nixos/xdg/sounds: add sound-theme-freedesktop --- nixos/modules/config/xdg/sounds.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/modules/config/xdg/sounds.nix b/nixos/modules/config/xdg/sounds.nix index 148240d631c..14d6340fc33 100644 --- a/nixos/modules/config/xdg/sounds.nix +++ b/nixos/modules/config/xdg/sounds.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, lib, pkgs, ... }: with lib; { @@ -14,6 +14,10 @@ with lib; }; config = mkIf config.xdg.sounds.enable { + environment.systemPackages = [ + pkgs.sound-theme-freedesktop + ]; + environment.pathsToLink = [ "/share/sounds" ]; -- cgit 1.4.1