mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Reformat nixos-hardware
This commit is contained in:
parent
fe22b4f13e
commit
8a6fb6c6cc
@ -87,7 +87,10 @@
|
|||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
inputs.dwarffs.nixosModules.dwarffs
|
inputs.dwarffs.nixosModules.dwarffs
|
||||||
] ++ (map (name: ./modules + "/${name}") (moduleNames ./modules));
|
] ++ (map (name: ./modules + "/${name}") (moduleNames ./modules));
|
||||||
specialArgs = {inherit inputs; };
|
specialArgs = {
|
||||||
|
nixos-hardware = inputs.nixos-hardware.nixosModules;
|
||||||
|
inherit inputs;
|
||||||
|
};
|
||||||
extraArgs = { inherit homeConfigurations; };
|
extraArgs = { inherit homeConfigurations; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
{ config, pkgs, inputs, ...}:
|
{ config, pkgs, inputs, nixos-hardware, ...}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../common/users.nix
|
../../common/users.nix
|
||||||
./printer.nix
|
./printer.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./software.nix
|
./software.nix
|
||||||
inputs.nixos-hardware.nixosModules.dell-xps-13-7390
|
nixos-hardware.dell-xps-13-7390
|
||||||
];
|
];
|
||||||
|
|
||||||
elss = {
|
elss = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user