summaryrefslogtreecommitdiff
path: root/hardware
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-07-19 07:51:11 +0530
committersinanmohd <sinan@sinanmohd.com>2023-07-19 20:49:15 +0530
commit880dedacfbf091a47395cad38d84c5a583a76d14 (patch)
tree3f52c4c1c2adfd516227b29dc9aa4b33202ce061 /hardware
parent11f56c45f903eaa8dfe33428bf4e84833ca6e8d6 (diff)
cleanup: uniform code style
Diffstat (limited to 'hardware')
-rw-r--r--hardware/cez.nix5
1 files changed, 2 insertions, 3 deletions
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";