4 lines
101 B
Nix
4 lines
101 B
Nix
{inputs, ...}: {
|
|
environment.systemPackages = [inputs.microfetch.packages.x86_64-linux.default];
|
|
}
|