]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/music.nix
julm: pumpkin: enable music profile
[julm/julm-nix.git] / home-manager / profiles / music.nix
1 { pkgs, ... }:
2 {
3 imports = [
4 ./fluidsynth.nix
5 ];
6 home.packages = [
7 pkgs.linthesia
8 pkgs.musescore
9 pkgs.neothesia
10 #pkgs.synthesia
11 ];
12 }