mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Multimedia] Move ffmpeg allow-unfree to multimedia config
This commit is contained in:
parent
792012adaf
commit
d8a572d0ea
2 changed files with 4 additions and 2 deletions
|
|
@ -74,6 +74,10 @@ in {
|
||||||
};
|
};
|
||||||
security.rtkit.enable = true; # Real-time support for pipewire
|
security.rtkit.enable = true; # Real-time support for pipewire
|
||||||
|
|
||||||
|
aviallon.programs.allowUnfreeList = [
|
||||||
|
"ffmpeg-full" # Because of unfree codecs
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
# Hardware-agnostic audio denoising
|
# Hardware-agnostic audio denoising
|
||||||
systemd.user.services.pipewire-noise-filter = mkIf cfg.audio.noise-filter.enable {
|
systemd.user.services.pipewire-noise-filter = mkIf cfg.audio.noise-filter.enable {
|
||||||
|
|
|
||||||
|
|
@ -118,8 +118,6 @@ in
|
||||||
|
|
||||||
aviallon.programs.allowUnfreeList = [
|
aviallon.programs.allowUnfreeList = [
|
||||||
"unrar" "ark"
|
"unrar" "ark"
|
||||||
|
|
||||||
"ffmpeg-full" # Because of unfree codecs
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue