feat: add music production sw on chocolatebar
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Benjamin Bädorf 2023-09-12 20:09:38 +02:00
parent 03685e9887
commit c1158e26cb
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -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