revert: remove nixos-hardware as non-functional on wayland
This commit is contained in:
parent
80e24b3134
commit
29e8287b4d
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue