Move PreSonus Studio patch to module

This commit is contained in:
2024-01-20 16:07:41 +00:00
parent a091fb2a69
commit 71d953d253
6 changed files with 71 additions and 48 deletions

View File

@ -3,7 +3,6 @@
{
imports = [
./hardware-configuration.nix
./audio.nix
../desktop.nix
];
@ -73,6 +72,7 @@
neovim.enable = true;
vscode.enable = true;
};
hardware.presonus-studio.enable = true;
security = {
gpg.enable = true;
pass.enable = true;