diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-07-03 07:41:59 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-07-03 07:41:59 +0530 |
commit | 1dde9211b0f220bd984b7099cae8c3aa62f27d84 (patch) | |
tree | 4af9e5f0594ed058116f3c0b8058953da2538e99 /configuration.nix | |
parent | 4ff927b5a67764bb5c9a09e0b69f816a64aad663 (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 ]; |