archachatina: add beets

This commit is contained in:
Gabriel Ebner 2015-06-09 17:40:27 +02:00
parent 5b77bbbe11
commit 239a49b17e
1 changed files with 6 additions and 0 deletions

View File

@ -12,4 +12,10 @@
networking.hostName = "archachatina"; # Define your hostname.
networking.hostId = "cc7ea3ba";
environment.systemPackages = with pkgs; [
beets
mediainfo
flac
];
}