NixOS 24.11 builds

This commit is contained in:
Geoffrey Frogeye 2024-11-30 20:06:14 +01:00
parent 2951e81a77
commit b9bd255a55
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
11 changed files with 271 additions and 166 deletions

View file

@ -1,4 +1,7 @@
{ pkgs, lib, config, ... }:
{ pkgs, lib, config, onixpkgs, ... }:
let
opkgs = import onixpkgs { inherit (pkgs) system; };
in
{
config = lib.mkIf config.frogeye.extra {
programs = {
@ -21,7 +24,7 @@
# Communication
signal-desktop
(pkgs.callPackage ./whisperx.nix {}) # Transcribe voice messages
(opkgs.callPackage ./whisperx.nix { }) # Transcribe voice messages
# downloading
# transmission TODO Collision if both transmissions are active?
@ -52,7 +55,7 @@
# downloading
transmission-qt
# wine only makes sense on x86_64
# wine only makes sense on x86_64
] ++ lib.optionals pkgs.stdenv.isx86_64 [
wine
# TODO wine-gecko wine-mono lib32-libpulse (?)