mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-07 00:22:33 +02:00
d233ae904f
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
21 lines
432 B
Nix
21 lines
432 B
Nix
{
|
|
inputs,
|
|
nixpkgs,
|
|
...
|
|
}:
|
|
nixpkgs.lib.nixosSystem {
|
|
modules = [
|
|
{
|
|
nixpkgs.overlays = [
|
|
];
|
|
_module.args = {inherit inputs;};
|
|
}
|
|
inputs.nixos-hardware.nixosModules.omen-16-n0005ne
|
|
inputs.home-manager.nixosModules.home-manager
|
|
inputs.stylix.nixosModules.stylix
|
|
inputs.nix-index-database.nixosModules.default
|
|
inputs.helium-browser.nixosModules.default
|
|
./configuration.nix
|
|
];
|
|
}
|