mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Added nixpkgs master as unstable in configuration/desktop/default.nix and made syncplay not have twisted issues therefore.
This commit is contained in:
parent
44055541bf
commit
c542b60917
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
let unstable = import ( fetchTarball https://github.com/NixOS/nixpkgs/archive/master.tar.gz ) {}; in {
|
||||
nixpkgs.config = {
|
||||
mumble.speechdSupport = true;
|
||||
};
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
pkgs._1password
|
||||
pkgs.mpv
|
||||
pkgs.mumble
|
||||
pkgs.syncplay
|
||||
unstable.pkgs.syncplay
|
||||
pkgs.youtube-dl
|
||||
pkgs.jdk11
|
||||
pkgs.lm_sensors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue