From aae7f5b6e7fefc263ce9d0932b341cb010e9ccd3 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 8 Aug 2023 07:45:37 +0530 Subject: clean up: inconsistent list style --- hardware/cez.nix | 6 +++--- hardware/kay.nix | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'hardware') diff --git a/hardware/cez.nix b/hardware/cez.nix index fbfbde0..cc20331 100644 --- a/hardware/cez.nix +++ b/hardware/cez.nix @@ -2,9 +2,9 @@ { imports = [ - ../features/wayland.nix - ../features/kaysshfs.nix - ../features/development.nix + ../features/wayland.nix + ../features/kaysshfs.nix + ../features/development.nix ]; boot = { diff --git a/hardware/kay.nix b/hardware/kay.nix index 57b6d2e..7eb7290 100644 --- a/hardware/kay.nix +++ b/hardware/kay.nix @@ -1,5 +1,7 @@ { config, pkgs, ... }: { - environment.systemPackages = [ pkgs.tmux ]; + environment.systemPackages = with pkgs; [ + tmux + ]; } -- cgit v1.2.3