mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-10 02:30:29 +01:00
new packages
This commit is contained in:
parent
5119867eaa
commit
fdcb7ed8c4
7 changed files with 135 additions and 22 deletions
6
modules/linux/helium.nix
Normal file
6
modules/linux/helium.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ inputs, pkgs, ... }: {
|
||||
environment.systemPackages = [
|
||||
# inputs.helium.defaultPackage.${pkgs.system}
|
||||
inputs.helium.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue