chore: stop using nvidia patch for jellyfin-media-player
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-03-21 05:16:33 -04:00
parent bd75ac0016
commit cb2dd365c0
2 changed files with 5 additions and 7 deletions

6
flake.lock generated
View file

@ -1290,11 +1290,11 @@
]
},
"locked": {
"lastModified": 1742445147,
"narHash": "sha256-NrcN+85UtEHzbNaQ9umwPhMC+DvvIE8KQaaV7zuhHYU=",
"lastModified": 1742548347,
"narHash": "sha256-ye/0fDogGzkOA+lwbHVHg+rwNZQsUiudcSnp82PpWR0=",
"owner": "matt1432",
"repo": "nixos-jellyfin",
"rev": "0d90325fcac192a60c4687bd2b28cf7294c6dcec",
"rev": "c067c4c74b6579c38dc4f205b74a801cbea12019",
"type": "github"
},
"original": {

View file

@ -173,10 +173,11 @@ in {
# Apps
inherit
(pkgs)
jellyfin-media-player
nextcloud-client
protonmail-desktop # run with `XDG_SESSION_TYPE=x11 proton-mail` if it crashes https://github.com/NixOS/nixpkgs/issues/365156
spotifywm
swayimg
nextcloud-client
vesktop # screen-sharing on desktop
;
@ -218,9 +219,6 @@ in {
satty
;
# comes from nixos-jellyfin
jellyfinMediaPlayer = pkgs.jellyfin-media-player.override {isNvidiaWayland = isNvidia;};
GParted = let
inherit
(pkgs)