wanted to make some music idk bro
This commit is contained in:
10
modules/attrs/music/default.nix
Normal file
10
modules/attrs/music/default.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{moduleWithSystem, ...}: {
|
||||||
|
flake.nixosModules.music = moduleWithSystem ({pkgs, unfreePkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
ardour
|
||||||
|
unfreePkgs.vital
|
||||||
|
cardinal
|
||||||
|
calf
|
||||||
|
];
|
||||||
|
});
|
||||||
|
}
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
intelDrivers
|
intelDrivers
|
||||||
development
|
development
|
||||||
upower
|
upower
|
||||||
|
music
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user