diff options
author | sinanmohd <sinan@firemail.cc> | 2023-07-03 07:41:59 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-03 07:41:59 +0530 |
commit | 143f3aa94d74ab1cd8de0fc718785b6446e8f9f9 (patch) | |
tree | 4af9e5f0594ed058116f3c0b8058953da2538e99 /configuration.nix | |
parent | 2ca6de70a222dc471c821e8eca65cc30bf8551c5 (diff) |
cleanup: change misleading comment
Diffstat (limited to 'configuration.nix')
-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 ]; |