Add tidal module
Tweak vscode settings
This commit is contained in:
parent
778208078c
commit
ed259d06cf
3 changed files with 15 additions and 0 deletions
11
modules/tidal.nix
Normal file
11
modules/tidal.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }: {
|
||||
config = {
|
||||
home-manager.users.pim.imports = [({ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
supercollider-with-sc3-plugins
|
||||
];
|
||||
})];
|
||||
|
||||
users.users.pim.extraGroups = [ "audio" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue