nixos/xdg/sounds: add sound-theme-freedesktop
This commit is contained in:
parent
4bdbbc1b33
commit
4e2161f9ed
@ -1,4 +1,4 @@
|
|||||||
{ config, lib, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
@ -14,6 +14,10 @@ with lib;
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf config.xdg.sounds.enable {
|
config = mkIf config.xdg.sounds.enable {
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.sound-theme-freedesktop
|
||||||
|
];
|
||||||
|
|
||||||
environment.pathsToLink = [
|
environment.pathsToLink = [
|
||||||
"/share/sounds"
|
"/share/sounds"
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user