diff options
author | EuAndreh <eu@euandre.org> | 2019-02-03 13:31:07 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-02-03 13:31:07 -0200 |
commit | 6a4e2e89a4223b30e524d47d0f8a62c88ef9911e (patch) | |
tree | 4f5728ddc4218563d8a408d9f7759186e4e44ca9 /nixos/configuration.nix | |
parent | video-feed.sh. (diff) | |
download | dotfiles-6a4e2e89a4223b30e524d47d0f8a62c88ef9911e.tar.gz dotfiles-6a4e2e89a4223b30e524d47d0f8a62c88ef9911e.tar.xz |
Install python-ly and lame in configuration.nix.
Diffstat (limited to '')
-rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index bcd52a9..5220a2e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -215,6 +215,8 @@ texlive.combined.scheme-full lilypond + python36Packages.python-ly + lame frescobaldi timidityWithEvenMoreFormats |