NixOS 24.11 builds
This commit is contained in:
parent
2951e81a77
commit
b9bd255a55
11 changed files with 271 additions and 166 deletions
|
@ -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 (?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue