diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-08-08 07:45:37 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-08-10 05:36:17 +0530 |
commit | aae7f5b6e7fefc263ce9d0932b341cb010e9ccd3 (patch) | |
tree | 65874635a2848bb4a9f676fe296ee6e3a3d6b495 /hardware/kay.nix | |
parent | 4c093e4143ac53c6e1acd202eb6ae7b78f66d0d1 (diff) |
clean up: inconsistent list style
Diffstat (limited to 'hardware/kay.nix')
-rw-r--r-- | hardware/kay.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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 + ]; } |