add *some* multimedia apps to workmac profile
This commit is contained in:
parent
d531c0e1a8
commit
a83bfaed3f
|
@ -18,6 +18,8 @@
|
|||
# Create /etc/bashrc that loads the nix-darwin environment.
|
||||
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.
|
||||
# $ darwin-rebuild changelog
|
||||
system.stateVersion = 4;
|
||||
|
|
|
@ -79,17 +79,17 @@ let
|
|||
|
||||
multimediaApps = [
|
||||
mpv
|
||||
vlc
|
||||
#vlc
|
||||
#amarok
|
||||
clementine
|
||||
elisa
|
||||
#clementine
|
||||
#elisa
|
||||
yt-dlp
|
||||
#sonic-pi
|
||||
musescore
|
||||
audacity
|
||||
avidemux
|
||||
#musescore
|
||||
#audacity
|
||||
#avidemux
|
||||
#linphone
|
||||
soundkonverter
|
||||
#soundkonverter
|
||||
];
|
||||
|
||||
cliApps = [
|
||||
|
@ -266,7 +266,7 @@ in
|
|||
#++ latexApps
|
||||
++ pythonApps
|
||||
#++ graphicsApps
|
||||
#++ multimediaApps
|
||||
++ multimediaApps
|
||||
++ devTools
|
||||
#++ kdeTools
|
||||
++ fonts
|
||||
|
|
Loading…
Reference in a new issue