diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-07-19 07:51:11 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-07-19 20:49:15 +0530 |
commit | 880dedacfbf091a47395cad38d84c5a583a76d14 (patch) | |
tree | 3f52c4c1c2adfd516227b29dc9aa4b33202ce061 /configuration.nix | |
parent | 11f56c45f903eaa8dfe33428bf4e84833ca6e8d6 (diff) |
cleanup: uniform code style
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix index 52000e9..b2d8bb0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -4,11 +4,10 @@ let user = "sinan"; in { - imports = - [ + imports = [ ./hardware-configuration.nix # hw scan ./hardware/cez.nix - ]; + ]; # boot boot = { |