feat: add music production sw on chocolatebar
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
03685e9887
commit
c1158e26cb
|
@ -3,6 +3,7 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
self,
|
self,
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib; let
|
with lib; let
|
||||||
|
@ -84,6 +85,16 @@ in {
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
NIX_CC = "${pkgs.stdenv.cc}";
|
NIX_CC = "${pkgs.stdenv.cc}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
lmms
|
||||||
|
audacity
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
musnix = {
|
||||||
|
enable = true;
|
||||||
|
kernel.realtime = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# For OpenProject development with https
|
# For OpenProject development with https
|
||||||
|
|
Loading…
Reference in a new issue