Move some stuff to modules

This commit is contained in:
Pim Kunis 2024-10-26 20:24:13 +02:00
parent 61640c0580
commit 08b0fbcd0c
30 changed files with 427 additions and 406 deletions

5
home-manager/tidal.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, ...}: {
home.packages = with pkgs; [
supercollider-with-sc3-plugins
];
}