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
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
self.nixosModules.pipewire
|
||||
self.nixosModules.development
|
||||
self.nixosModules.librewolf
|
||||
self.nixosModules.helium
|
||||
#self.nixosModules.hyprland
|
||||
self.nixosModules.niri
|
||||
self.nixosModules.user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue