From 6bf688b321f214633270f7832abfd78e5c03180d Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Wed, 19 Jul 2023 07:51:11 +0530 Subject: cleanup: uniform code style --- configuration.nix | 5 ++--- hardware/cez.nix | 5 ++--- 2 files changed, 4 insertions(+), 6 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 = { 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