add helium
This commit is contained in:
parent
3d090d65e6
commit
92b6ce1644
4 changed files with 91 additions and 1 deletions
12
modules/features/helium.nix
Normal file
12
modules/features/helium.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ self, inputs, ... }:
|
||||
{
|
||||
flake.nixosModules.helium =
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
config = {
|
||||
environment.systemPackages = [
|
||||
inputs.helium.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue