diff --git a/hosts/chocolatebar/chocolatebar.nix b/hosts/chocolatebar/chocolatebar.nix index 37f0acf9..e8fddf44 100644 --- a/hosts/chocolatebar/chocolatebar.nix +++ b/hosts/chocolatebar/chocolatebar.nix @@ -3,6 +3,7 @@ pkgs, lib, self, + inputs, ... }: with lib; let @@ -84,6 +85,16 @@ in { home.sessionVariables = { NIX_CC = "${pkgs.stdenv.cc}"; }; + + home.packages = with pkgs; [ + lmms + audacity + ]; + }; + + musnix = { + enable = true; + kernel.realtime = true; }; # For OpenProject development with https