revert: remove nixos-hardware as non-functional on wayland

This commit is contained in:
Nydragon 2024-05-28 15:31:11 +09:00
parent 80e24b3134
commit 29e8287b4d
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209

View file

@ -11,12 +11,7 @@
}; };
outputs = outputs =
inputs@{ inputs@{ self, nixpkgs, ... }:
self,
nixpkgs,
nixos-hardware,
...
}:
let let
inherit (self) outputs; inherit (self) outputs;
@ -35,7 +30,7 @@
inherit system; inherit system;
modules = [ modules = [
./hosts/marr/configuration.nix ./hosts/marr/configuration.nix
nixos-hardware.nixosModules.dell-xps-15-9510-nvidia #inputs.nixos-hardware.nixosModules.dell-xps-15-9510-nvidia
]; ];
specialArgs = { specialArgs = {
inherit inherit