tv: install pavucontrol only when xserver is enabled
This commit is contained in:
parent
7c97b64549
commit
f648c930fe
@ -45,7 +45,11 @@ in
|
|||||||
#"pulse/client.conf".source = mkForce clientConf;
|
#"pulse/client.conf".source = mkForce clientConf;
|
||||||
"pulse/default.pa".source = configFile;
|
"pulse/default.pa".source = configFile;
|
||||||
};
|
};
|
||||||
systemPackages = [ pkg ];
|
systemPackages = [
|
||||||
|
pkg
|
||||||
|
] ++ optionals config.services.xserver.enable [
|
||||||
|
pkgs.pavucontrol
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow PulseAudio to get realtime priority using rtkit.
|
# Allow PulseAudio to get realtime priority using rtkit.
|
||||||
|
@ -37,7 +37,6 @@ let
|
|||||||
pkgs.ff
|
pkgs.ff
|
||||||
pkgs.gitAndTools.qgit
|
pkgs.gitAndTools.qgit
|
||||||
pkgs.mpv
|
pkgs.mpv
|
||||||
pkgs.pavucontrol
|
|
||||||
pkgs.slock
|
pkgs.slock
|
||||||
pkgs.sxiv
|
pkgs.sxiv
|
||||||
pkgs.xsel
|
pkgs.xsel
|
||||||
|
Loading…
Reference in New Issue
Block a user