mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-10 10:40:29 +01:00
6 lines
165 B
Nix
6 lines
165 B
Nix
{ inputs, pkgs, ... }: {
|
|
environment.systemPackages = [
|
|
# inputs.helium.defaultPackage.${pkgs.system}
|
|
inputs.helium.packages.${pkgs.system}.default
|
|
];
|
|
}
|