add *some* multimedia apps to workmac profile

This commit is contained in:
Trolli Schmittlauch 2022-05-31 13:17:50 +02:00
parent d531c0e1a8
commit a83bfaed3f
2 changed files with 10 additions and 8 deletions

View file

@ -18,6 +18,8 @@
# Create /etc/bashrc that loads the nix-darwin environment. # Create /etc/bashrc that loads the nix-darwin environment.
programs.zsh.enable = true; # default shell on catalina programs.zsh.enable = true; # default shell on catalina
# system-wide SSH configuration, used by nix-daemon for remote builders
# Used for backwards compatibility, please read the changelog before changing. # Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog # $ darwin-rebuild changelog
system.stateVersion = 4; system.stateVersion = 4;

View file

@ -79,17 +79,17 @@ let
multimediaApps = [ multimediaApps = [
mpv mpv
vlc #vlc
#amarok #amarok
clementine #clementine
elisa #elisa
yt-dlp yt-dlp
#sonic-pi #sonic-pi
musescore #musescore
audacity #audacity
avidemux #avidemux
#linphone #linphone
soundkonverter #soundkonverter
]; ];
cliApps = [ cliApps = [
@ -266,7 +266,7 @@ in
#++ latexApps #++ latexApps
++ pythonApps ++ pythonApps
#++ graphicsApps #++ graphicsApps
#++ multimediaApps ++ multimediaApps
++ devTools ++ devTools
#++ kdeTools #++ kdeTools
++ fonts ++ fonts