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 =
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue