From 880dedacfbf091a47395cad38d84c5a583a76d14 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 19 Jul 2023 07:51:11 +0530 Subject: cleanup: uniform code style --- hardware/cez.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hardware') diff --git a/hardware/cez.nix b/hardware/cez.nix index 3d7bcae..ec74dc2 100644 --- a/hardware/cez.nix +++ b/hardware/cez.nix @@ -1,12 +1,11 @@ { config, ... }: { - imports = - [ + imports = [ ../features/wayland.nix ../features/kaysshfs.nix ../features/development.nix - ]; + ]; networking = { hostName = "cez"; -- cgit v1.2.3