wanted to make some music idk bro

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

View File

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

View File

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