wanted to make some music idk bro

This commit is contained in:
2026-08-16 15:53:19 +01:00
parent e4fe282ffd
commit 3a866b4e65
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{moduleWithSystem, ...}: {
flake.nixosModules.music = moduleWithSystem ({pkgs, ...}: {
environment.systemPackages = with pkgs; [
ardour
vital
cardinal
calf
];
});
}

View File

@@ -10,6 +10,7 @@
intelDrivers
development
upower
music
];
};
}