[NixOS] Provide inputs as a specialArgs

This commit is contained in:
2021-08-20 14:45:29 -06:00
parent e97c2b2fce
commit dcddbd8c92
3 changed files with 22 additions and 30 deletions

View File

@@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{ config, pkgs, inputs, ... }:
{
imports = [
inputs.nixos-hardware.nixosModules.raspberry-pi-4
];
hardware.raspberry-pi."4".fkms-3d.enable = true;
boot = {