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