From 3176fefbdb507fa87ceceb29ca1134d6cf8c0fb0 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 14 Aug 2023 19:22:44 +0530 Subject: clean up: follow nixos.org/manual/nixpkgs/stable/#chap-conventions --- hardware/kay.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hardware/kay.nix') diff --git a/hardware/kay.nix b/hardware/kay.nix index 7eb7290..a79c1fc 100644 --- a/hardware/kay.nix +++ b/hardware/kay.nix @@ -1,7 +1,5 @@ { config, pkgs, ... }: { - environment.systemPackages = with pkgs; [ - tmux - ]; + environment.systemPackages = with pkgs; [ tmux ]; } -- cgit v1.2.3