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.
|
# 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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue