diff options
-rw-r--r-- | configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index 36100ec..b46f5ec 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,8 +5,8 @@ let in { imports = - [ # include the results of the hardware scan. - ./hardware-configuration.nix + [ + ./hardware-configuration.nix # hw scan ./hardware/cez.nix ./features/wayland.nix ]; |