diff --git a/config/system/default.nix b/config/system/default.nix index 3222969..a829897 100644 --- a/config/system/default.nix +++ b/config/system/default.nix @@ -1,5 +1,7 @@ +{ config, pkgs, ... }: + { - import = [ + imports = [ ./amd-opengl.nix ./autorun.nix ./boot.nix