From 5318b08139498b1dce6954bcb861410919236a8f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 4 Mar 2022 07:05:18 -0800 Subject: nix: format the buffer --- users/fcuny/cli/default.nix | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'users/fcuny/cli') diff --git a/users/fcuny/cli/default.nix b/users/fcuny/cli/default.nix index 1f906df..07eb211 100644 --- a/users/fcuny/cli/default.nix +++ b/users/fcuny/cli/default.nix @@ -1,18 +1,7 @@ -{ config, lib, pkgs, ...}: +{ config, lib, pkgs, ... }: { - imports = [ - ./backups.nix - ./git.nix - ./tmux.nix - ./yt-dlp.nix - ./zsh.nix - ]; + imports = [ ./backups.nix ./git.nix ./tmux.nix ./yt-dlp.nix ./zsh.nix ]; - home.packages = [ - pkgs.gcc - pkgs.gnumake - pkgs.jq - pkgs.ripgrep - ]; + home.packages = [ pkgs.gcc pkgs.gnumake pkgs.jq pkgs.ripgrep ]; } -- cgit 1.4.1