Move hosts and modules out of src fix flake import
This commit is contained in:
5
hosts/Garand-Desktop/system-packages.nix
Normal file
5
hosts/Garand-Desktop/system-packages.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{inputs, ...}: {
|
||||
flake.nixosModules.systemPackages.environment.systemPackages = with inputs.pkgs; [
|
||||
# audacity
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user