diff --git a/nixos/boxes/foureighty.nix b/nixos/boxes/foureighty.nix index 789b6120..0e06bd26 100644 --- a/nixos/boxes/foureighty.nix +++ b/nixos/boxes/foureighty.nix @@ -28,5 +28,6 @@ /etc/nixos/hardware-configuration.nix ../boot.nix ../common.nix + ../gfx-intel.nix ]; } diff --git a/nixos/boxes/skinnyv.nix b/nixos/boxes/skinnyv.nix index 77425245..a53b3586 100644 --- a/nixos/boxes/skinnyv.nix +++ b/nixos/boxes/skinnyv.nix @@ -30,5 +30,6 @@ /etc/nixos/hardware-configuration.nix ../boot.nix ../common.nix + ../gfx-intel.nix ]; } diff --git a/nixos/boxes/thinky.nix b/nixos/boxes/thinky.nix index d04bcc3f..19cd7b61 100644 --- a/nixos/boxes/thinky.nix +++ b/nixos/boxes/thinky.nix @@ -19,5 +19,6 @@ /etc/nixos/hardware-configuration.nix ../boot.nix ../common.nix + ../gfx-intel.nix ]; } diff --git a/nixos/common.nix b/nixos/common.nix index 8626059e..112832b5 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -10,7 +10,6 @@ in ./vscode.nix ./syncthing.nix ./gsconnect.nix - ./gfx.nix ]; nixpkgs.config = { diff --git a/nixos/gfx.nix b/nixos/gfx-intel.nix similarity index 100% rename from nixos/gfx.nix rename to nixos/gfx-intel.nix