mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #510 from genebean/vlc
Make VLC on BigBoy play Bluray disks
This commit is contained in:
commit
c2f72373aa
1 changed files with 11 additions and 3 deletions
|
|
@ -1,4 +1,12 @@
|
||||||
{ inputs, config, pkgs, username, ... }: {
|
{ config, pkgs, username, ... }:
|
||||||
|
let
|
||||||
|
libbluray = pkgs.libbluray.override {
|
||||||
|
withAACS = true;
|
||||||
|
withBDplus = true;
|
||||||
|
};
|
||||||
|
vlc-with-decoding = pkgs.vlc.override { inherit libbluray; };
|
||||||
|
in
|
||||||
|
{
|
||||||
imports = [ # Include the results of the hardware scan.
|
imports = [ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../common/linux/flatpaks.nix
|
../../common/linux/flatpaks.nix
|
||||||
|
|
@ -14,7 +22,7 @@
|
||||||
|
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
angryipscanner
|
angryipscanner
|
||||||
displaylink
|
displaylink
|
||||||
filezilla
|
filezilla
|
||||||
|
|
@ -29,7 +37,7 @@
|
||||||
slack
|
slack
|
||||||
tilix
|
tilix
|
||||||
vivaldi
|
vivaldi
|
||||||
vlc
|
vlc-with-decoding
|
||||||
xorg.xf86videofbdev
|
xorg.xf86videofbdev
|
||||||
xfce.xfce4-terminal
|
xfce.xfce4-terminal
|
||||||
zoom-us
|
zoom-us
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue