From 5230140f094e49ec4faa08759ca5f77c5d26bbad Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Fri, 20 Dec 2024 00:20:25 +0100 Subject: [PATCH] 301 current 2024-12-20 00:20:19 24.11.20241216.3945713 6.12.5 * --- flake.lock | 6 +++--- modules/software/audio_video.nix | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 6e2611f..9973db2 100644 --- a/flake.lock +++ b/flake.lock @@ -70,11 +70,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1734119587, - "narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=", + "lastModified": 1734424634, + "narHash": "sha256-cHar1vqHOOyC7f1+tVycPoWTfKIaqkoe1Q6TnKzuti4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5", + "rev": "d3c42f187194c26d9f0309a8ecc469d6c878ce33", "type": "github" }, "original": { diff --git a/modules/software/audio_video.nix b/modules/software/audio_video.nix index ca73e58..49df916 100644 --- a/modules/software/audio_video.nix +++ b/modules/software/audio_video.nix @@ -50,11 +50,13 @@ }; environment.systemPackages = with pkgs; [ helvum - qpwgraph - easyeffects pwvucontrol lxqt.pavucontrol-qt + qpwgraph + easyeffects + non + roc-toolkit ]; }